Commit 73a3bd3c authored by Alexander.Trofimov's avatar Alexander.Trofimov

cell/model/FormulaObjects/textanddataFunctions to function-closure

parent a0502f08
......@@ -24,6 +24,12 @@
*/
"use strict";
(
/**
* @param {Window} window
* @param {undefined} undefined
*/
function (window, undefined) {
cFormulaFunctionGroup['TextAndData'] = cFormulaFunctionGroup['TextAndData'] || [];
cFormulaFunctionGroup['TextAndData'].push(
cASC,
......@@ -1848,3 +1854,4 @@ cVALUE.prototype.getInfo = function () {
args:"( string )"
};
};
})(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