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

cell/model/FormulaObjects/engineeringFunctions to function-closure

parent 6c1365db
...@@ -25,6 +25,12 @@ ...@@ -25,6 +25,12 @@
"use strict"; "use strict";
(
/**
* @param {Window} window
* @param {undefined} undefined
*/
function (window, undefined) {
var NumberBase = { var NumberBase = {
BIN:2, BIN:2,
OCT:8, OCT:8,
...@@ -2811,4 +2817,5 @@ cOCT2HEX.prototype.getInfo = function () { ...@@ -2811,4 +2817,5 @@ cOCT2HEX.prototype.getInfo = function () {
name:this.name, name:this.name,
args:"( number [ , num-hex-digits ] )" args:"( number [ , num-hex-digits ] )"
}; };
} }
\ No newline at end of file })(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