Commit 57f7d753 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete unused FormulaLocale

parent 23fb24f4
...@@ -4337,7 +4337,6 @@ function parserFormula( formula, parent, _ws ) { ...@@ -4337,7 +4337,6 @@ function parserFormula( formula, parent, _ws ) {
this.outStack = []; this.outStack = [];
this.error = []; this.error = [];
this.Formula = formula; this.Formula = formula;
this.FormulaLocale = null;
this.isParsed = false; this.isParsed = false;
//для функции parse и parseDiagramRef //для функции parse и parseDiagramRef
this.pCurrPos = 0; this.pCurrPos = 0;
...@@ -4483,7 +4482,6 @@ parserFormula.prototype.setFormula = function(formula) { ...@@ -4483,7 +4482,6 @@ parserFormula.prototype.setFormula = function(formula) {
this.value = null; this.value = null;
this.outStack = []; this.outStack = [];
this.error = []; this.error = [];
this.FormulaLocale = null;
this.isParsed = false; this.isParsed = false;
//для функции parse //для функции parse
this.pCurrPos = 0; this.pCurrPos = 0;
......
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