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

cell/model/FormulaObjects/cubeFunctions to function-closure

parent 99383250
"use strict"; "use strict";
(
/** /**
* Created with JetBrains WebStorm. * @param {Window} window
* User: Dmitry.Shahtanov * @param {undefined} undefined
* Date: 27.06.13
* Time: 15:15
* To change this template use File | Settings | File Templates.
*/ */
function (window, undefined) {
cFormulaFunctionGroup['Cube'] = [ cFormulaFunctionGroup['Cube'] = [
cCUBEKPIMEMBER, cCUBEKPIMEMBER,
cCUBEMEMBER, cCUBEMEMBER,
...@@ -151,3 +148,4 @@ function cCUBEVALUE() { ...@@ -151,3 +148,4 @@ function cCUBEVALUE() {
} }
cCUBEVALUE.prototype = Object.create( cBaseFunction.prototype ); cCUBEVALUE.prototype = Object.create( cBaseFunction.prototype );
})(window);
/**
* Created with JetBrains WebStorm.
* User: Dmitry.Shahtanov
* Date: 03.02.14
* Time: 14:26
* To change this template use File | Settings | File Templates.
*/
"use strict"; "use strict";
( (
/** /**
......
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