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