diff options
Diffstat (limited to 'js/Misc/BACKLASH.js')
-rw-r--r-- | js/Misc/BACKLASH.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Misc/BACKLASH.js b/js/Misc/BACKLASH.js index 0656e789..e641e87b 100644 --- a/js/Misc/BACKLASH.js +++ b/js/Misc/BACKLASH.js @@ -33,6 +33,7 @@ function BACKLASH() { this.ini = arguments[0]["ini"]; this.gap = arguments[0]["gap"]; this.zcr = arguments[0]["zcr"]; + var exprs = [arguments[0]["ini"], arguments[0]["gap"], arguments[0]["zcr"]]; if (!ok) { break; } |