summaryrefslogtreecommitdiff
path: root/js/Sources/CONST.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/CONST.js')
-rw-r--r--js/Sources/CONST.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/CONST.js b/js/Sources/CONST.js
index de7dd51a..34c1ca06 100644
--- a/js/Sources/CONST.js
+++ b/js/Sources/CONST.js
@@ -23,7 +23,7 @@ function CONST() {
return options;
}
CONST.prototype.set = function CONST() {
- this.C = parseFloat((arguments[0]["C"]))
+ this.C = parseFloat(arguments[0]["C"])
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;