Commit 6418330e authored by Alexander.Trofimov's avatar Alexander.Trofimov

cell/model/FormulaObjects/cubeFunctions to function-closure

parent 04304c6a
......@@ -24,15 +24,12 @@
*/
"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,
......@@ -175,3 +172,4 @@ function cCUBEVALUE() {
}
cCUBEVALUE.prototype = Object.create( cBaseFunction.prototype );
})(window);
......@@ -22,13 +22,6 @@
* Pursuant to Section 7  3(e) we decline to grant you any rights under trademark law for use of our trademarks.
*
*/
/**
* 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