Commit b246a92d authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 30655

parent f2ee7049
......@@ -2776,6 +2776,7 @@ parserHelp.setDigitSeparator(AscCommon.g_oDefaultCultureInfo.NumberDecimalSepara
}
cConcatSTROperator.prototype = Object.create(cBaseOperator.prototype);
cConcatSTROperator.prototype.numFormat = c_numFormatNone;
cConcatSTROperator.prototype.constructor = cConcatSTROperator;
cConcatSTROperator.prototype.Calculate = function (arg) {
var arg0 = arg[0], arg1 = arg[1];
......
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