Commit 4da46081 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 21614

parent ca2ae175
...@@ -166,6 +166,7 @@ ...@@ -166,6 +166,7 @@
cIF.prototype.constructor = cIF; cIF.prototype.constructor = cIF;
cIF.prototype.argumentsMin = 1; cIF.prototype.argumentsMin = 1;
cIF.prototype.argumentsMax = 3; cIF.prototype.argumentsMax = 3;
cIF.prototype.numFormat = AscCommonExcel.cNumFormatNone;
cIF.prototype.Calculate = function (arg) { cIF.prototype.Calculate = function (arg) {
var arg0 = arg[0], arg1 = arg[1], arg2 = arg[2]; var arg0 = arg[0], arg1 = arg[1], arg2 = arg[2];
......
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