Commit 6bf20496 authored by Alexander.Trofimov's avatar Alexander.Trofimov

cell/model/FormulaObjects/statisticalFunctions to function-closure

parent eb1d043c
"use strict"; "use strict";
(
/**
* @param {Window} window
* @param {undefined} undefined
*/
function (window, undefined) {
cFormulaFunctionGroup['Statistical'] = cFormulaFunctionGroup['Statistical'] || []; cFormulaFunctionGroup['Statistical'] = cFormulaFunctionGroup['Statistical'] || [];
cFormulaFunctionGroup['Statistical'].push( cFormulaFunctionGroup['Statistical'].push(
cAVEDEV, cAVEDEV,
...@@ -5411,4 +5417,5 @@ function cZTEST() { ...@@ -5411,4 +5417,5 @@ function cZTEST() {
cBaseFunction.call( this, "ZTEST" ); 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