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

cell/model/FormulaObjects/logicalFunctions to function-closure

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