summaryrefslogtreecommitdiff
path: root/js/Misc/BACKLASH.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Misc/BACKLASH.js')
-rw-r--r--js/Misc/BACKLASH.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/Misc/BACKLASH.js b/js/Misc/BACKLASH.js
index e7819b8e..29813621 100644
--- a/js/Misc/BACKLASH.js
+++ b/js/Misc/BACKLASH.js
@@ -26,9 +26,9 @@ function BACKLASH() {
return options;
}
BACKLASH.prototype.set = function BACKLASH() {
- this.ini = parseFloat((arguments[0]["ini"]))
- this.gap = parseFloat((arguments[0]["gap"]))
- this.zcr = parseFloat((arguments[0]["zcr"]))
+ this.ini = arguments[0]["ini"]
+ this.gap = arguments[0]["gap"]
+ this.zcr = arguments[0]["zcr"]
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;