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

cell/model/FormulaObjects/statisticalFunctions to function-closure

parent c455a89e
......@@ -24,6 +24,12 @@
*/
"use strict";
(
/**
* @param {Window} window
* @param {undefined} undefined
*/
function (window, undefined) {
cFormulaFunctionGroup['Statistical'] = cFormulaFunctionGroup['Statistical'] || [];
cFormulaFunctionGroup['Statistical'].push(
cAVEDEV,
......@@ -5435,4 +5441,5 @@ function cZTEST() {
cBaseFunction.call( this, "ZTEST" );
}
cZTEST.prototype = Object.create( cBaseFunction.prototype )
cZTEST.prototype = Object.create( cBaseFunction.prototype );
})(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