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

cell/model/FormulaObjects/textanddataFunctions to function-closure

parent 6bf20496
"use strict";
(
/**
* @param {Window} window
* @param {undefined} undefined
*/
function (window, undefined) {
cFormulaFunctionGroup['TextAndData'] = cFormulaFunctionGroup['TextAndData'] || [];
cFormulaFunctionGroup['TextAndData'].push(
cASC,
......@@ -1824,3 +1830,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