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

cell/model/FormulaObjects/databaseFunctions to function-closure

parent 35cf7f0a
...@@ -24,6 +24,12 @@ ...@@ -24,6 +24,12 @@
*/ */
"use strict"; "use strict";
(
/**
* @param {Window} window
* @param {undefined} undefined
*/
function (window, undefined) {
cFormulaFunctionGroup['Database'] = cFormulaFunctionGroup['Database'] || []; cFormulaFunctionGroup['Database'] = cFormulaFunctionGroup['Database'] || [];
cFormulaFunctionGroup['Database'].push( cFormulaFunctionGroup['Database'].push(
cDAVERAGE, cDAVERAGE,
...@@ -111,3 +117,4 @@ function cDVARP() { ...@@ -111,3 +117,4 @@ function cDVARP() {
} }
cDVARP.prototype = Object.create( cBaseFunction.prototype ); cDVARP.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