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

cell/model/FormulaObjects/cubeFunctions to function-closure

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