Commit 7007ba7a authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix num format in operator

parent 82463020
...@@ -2231,6 +2231,7 @@ parserHelp.setDigitSeparator(AscCommon.g_oDefaultCultureInfo.NumberDecimalSepara ...@@ -2231,6 +2231,7 @@ parserHelp.setDigitSeparator(AscCommon.g_oDefaultCultureInfo.NumberDecimalSepara
} }
cBaseOperator.prototype.type = cElementType.operator; cBaseOperator.prototype.type = cElementType.operator;
cBaseOperator.prototype.numFormat = c_numFormatFirstCell;
cBaseOperator.prototype.getArguments = function () { cBaseOperator.prototype.getArguments = function () {
return this.argumentsCurrent; return this.argumentsCurrent;
}; };
......
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