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

cell/model/FormulaObjects/mathematicFunctionss to function-closure

parent d342660d
......@@ -24,6 +24,12 @@
*/
"use strict";
(
/**
* @param {Window} window
* @param {undefined} undefined
*/
function (window, undefined) {
cFormulaFunctionGroup['Mathematic'] = cFormulaFunctionGroup['Mathematic'] || [];
cFormulaFunctionGroup['Mathematic'].push(
cABS,
......@@ -4713,3 +4719,4 @@ cTRUNC.prototype.getInfo = function () {
args:"( x [ , number-digits ] )"
};
}
})(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