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

cell/model/FormulaObjects/mathematicFunctionss to function-closure

parent d342660d
...@@ -24,6 +24,12 @@ ...@@ -24,6 +24,12 @@
*/ */
"use strict"; "use strict";
(
/**
* @param {Window} window
* @param {undefined} undefined
*/
function (window, undefined) {
cFormulaFunctionGroup['Mathematic'] = cFormulaFunctionGroup['Mathematic'] || []; cFormulaFunctionGroup['Mathematic'] = cFormulaFunctionGroup['Mathematic'] || [];
cFormulaFunctionGroup['Mathematic'].push( cFormulaFunctionGroup['Mathematic'].push(
cABS, cABS,
...@@ -4712,4 +4718,5 @@ cTRUNC.prototype.getInfo = function () { ...@@ -4712,4 +4718,5 @@ cTRUNC.prototype.getInfo = function () {
name:this.name, name:this.name,
args:"( x [ , number-digits ] )" args:"( x [ , number-digits ] )"
}; };
} }
\ No newline at end of file })(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