Commit 99477c85 authored by Alexander.Trofimov's avatar Alexander.Trofimov

cell/model/FormulaObjects/informationFunctions to function-closure

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