summaryrefslogtreecommitdiff
path: root/js/Linear/DOLLAR_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/DOLLAR_f.js')
-rw-r--r--js/Linear/DOLLAR_f.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Linear/DOLLAR_f.js b/js/Linear/DOLLAR_f.js
index 05990047..de459a3c 100644
--- a/js/Linear/DOLLAR_f.js
+++ b/js/Linear/DOLLAR_f.js
@@ -28,8 +28,8 @@ function DOLLAR_f() {
return options;
}
DOLLAR_f.prototype.set = function DOLLAR_f() {
- 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;