summaryrefslogtreecommitdiff
path: root/js/Linear/DOLLAR_m.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/DOLLAR_m.js')
-rw-r--r--js/Linear/DOLLAR_m.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Linear/DOLLAR_m.js b/js/Linear/DOLLAR_m.js
index 7c06f31c..22941f9a 100644
--- a/js/Linear/DOLLAR_m.js
+++ b/js/Linear/DOLLAR_m.js
@@ -28,8 +28,8 @@ function DOLLAR_m() {
return options;
}
DOLLAR_m.prototype.set = function DOLLAR_m() {
- this.a = parseFloat((arguments[0]["a"]))
- this.inh = parseFloat((arguments[0]["inh"]))
+ this.a = arguments[0]["a"]
+ this.inh = parseFloat(arguments[0]["inh"])
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;