Commit 84eab91a authored by Alexander.Trofimov's avatar Alexander.Trofimov

cell/model/FormulaObjects/informationFunctions to function-closure

parent e9a204ab
......@@ -24,6 +24,12 @@
*/
"use strict";
(
/**
* @param {Window} window
* @param {undefined} undefined
*/
function (window, undefined) {
cFormulaFunctionGroup['Information'] = cFormulaFunctionGroup['Information'] || [];
cFormulaFunctionGroup['Information'].push(
cERROR_TYPE,
......@@ -734,3 +740,4 @@ cTYPE.prototype.getInfo = function () {
args:"(value)"
};
};
})(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