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

cell/model/FormulaObjects/engineeringFunctions to function-closure

parent bc05e5e6
"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,
...@@ -2787,4 +2793,5 @@ cOCT2HEX.prototype.getInfo = function () { ...@@ -2787,4 +2793,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