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