Commit 60fa90a6 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

fix: Bug 29378 - Ошибка в консоли при добавлении формулы

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62646 954022d7-b5bf-4e40-9824-e11837661b57
parent 71bb7cb9
......@@ -1727,6 +1727,9 @@ parentLeft.prototype.Assemble = function ( arg ) {
parentLeft.prototype.Assemble2 = function ( arg, start, count ) {
return new cString( "(" + arg[start + count - 1] + ")" );
};
parentLeft.prototype.Assemble2Locale = function ( arg, start, count ) {
return this.Assemble2(arg, start, count);
};
/** @constructor */
function parentRight() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment