summaryrefslogtreecommitdiff
path: root/js/Linear/GAINBLK.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/GAINBLK.js')
-rw-r--r--js/Linear/GAINBLK.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Linear/GAINBLK.js b/js/Linear/GAINBLK.js
index 8904c046..41106cac 100644
--- a/js/Linear/GAINBLK.js
+++ b/js/Linear/GAINBLK.js
@@ -31,8 +31,8 @@ function GAINBLK() {
return options;
}
GAINBLK.prototype.set = function GAINBLK() {
- this.gain = parseFloat((arguments[0]["gain"]))
- this.over = parseFloat((arguments[0]["over"]))
+ this.gain = parseFloat(arguments[0]["gain"])
+ this.over = arguments[0]["over"]
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;