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

cell/model/FormulaObjects/cubeFunctions to function-closure

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