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