summaryrefslogtreecommitdiff
path: root/js/Misc/BOUNCEXY.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Misc/BOUNCEXY.js')
-rw-r--r--js/Misc/BOUNCEXY.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Misc/BOUNCEXY.js b/js/Misc/BOUNCEXY.js
index 009df1f2..02c5be54 100644
--- a/js/Misc/BOUNCEXY.js
+++ b/js/Misc/BOUNCEXY.js
@@ -52,8 +52,8 @@ function BOUNCEXY() {
return options;
}
BOUNCEXY.prototype.set = function BOUNCEXY() {
- this.clrs = parseFloat((arguments[0]["clrs"]))
- this.siz = parseFloat((arguments[0]["siz"]))
+ this.clrs = inverse((arguments[0]["clrs"]))
+ this.siz = inverse((arguments[0]["siz"]))
this.win = parseFloat((arguments[0]["win"]))
this.imode = parseFloat((arguments[0]["imode"]))
this.xmin = parseFloat((arguments[0]["xmin"]))