Commit b0c25348 authored by Alexander.Trofimov's avatar Alexander.Trofimov

cell/model/FormulaObjects/logicalFunctions to function-closure

parent 99477c85
"use strict";
(
/**
* @param {Window} window
* @param {undefined} undefined
*/
function (window, undefined) {
cFormulaFunctionGroup['Logical'] = cFormulaFunctionGroup['Logical'] || [];
cFormulaFunctionGroup['Logical'].push(
cAND,
......@@ -417,3 +423,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