diff options
Diffstat (limited to 'js/Misc/BOUNCE.js')
-rw-r--r-- | js/Misc/BOUNCE.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Misc/BOUNCE.js b/js/Misc/BOUNCE.js index eb7f94d9..4c38edd7 100644 --- a/js/Misc/BOUNCE.js +++ b/js/Misc/BOUNCE.js @@ -72,7 +72,6 @@ function BOUNCE() { this.yd = inverse(arguments[0]["yd"]); this.g = parseFloat(arguments[0]["g"]); this.C = parseFloat(arguments[0]["C"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } |