Commit 8440dedb authored by Alexander.Trofimov's avatar Alexander.Trofimov

change condition

parent 8cefd4e8
......@@ -4627,7 +4627,7 @@ parserFormula.prototype.parse = function(local, digitDelim) {
continue;
}
if (found_operand != null && found_operand != undefined) {
if (null !== found_operand) {
this.outStack.push(found_operand);
this.f.push(found_operand);
this.operand_expected = false;
......
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