diff options
Diffstat (limited to 'js/Sources/CONST.js')
-rw-r--r-- | js/Sources/CONST.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Sources/CONST.js b/js/Sources/CONST.js index 751ef000..5d5498a4 100644 --- a/js/Sources/CONST.js +++ b/js/Sources/CONST.js @@ -20,6 +20,7 @@ function CONST() { CONST.prototype.get = function CONST() { } CONST.prototype.set = function CONST() { + this.C = parseFloat((arguments[0]["C"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |