Commit 7056efbb authored by Alexander.Trofimov's avatar Alexander.Trofimov

cell/model/FormulaObjects/logicalFunctions to function-closure

parent 84eab91a
...@@ -24,6 +24,12 @@ ...@@ -24,6 +24,12 @@
*/ */
"use strict"; "use strict";
(
/**
* @param {Window} window
* @param {undefined} undefined
*/
function (window, undefined) {
cFormulaFunctionGroup['Logical'] = cFormulaFunctionGroup['Logical'] || []; cFormulaFunctionGroup['Logical'] = cFormulaFunctionGroup['Logical'] || [];
cFormulaFunctionGroup['Logical'].push( cFormulaFunctionGroup['Logical'].push(
cAND, cAND,
...@@ -441,3 +447,4 @@ cTRUE.prototype.getInfo = function () { ...@@ -441,3 +447,4 @@ cTRUE.prototype.getInfo = function () {
args:"()" args:"()"
}; };
}; };
})(window);
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