diff options
Diffstat (limited to 'js/Sources/CONST_m.js')
-rw-r--r-- | js/Sources/CONST_m.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/Sources/CONST_m.js b/js/Sources/CONST_m.js index 90e3c14a..d53e0870 100644 --- a/js/Sources/CONST_m.js +++ b/js/Sources/CONST_m.js @@ -21,6 +21,9 @@ function CONST_m() { return this.x; } CONST_m.prototype.get = function CONST_m() { + var options = { + } + return options; } CONST_m.prototype.set = function CONST_m() { this.C = parseFloat((arguments[0]["C"])) |