diff options
Diffstat (limited to 'js/Misc/BOUNCEXY.js')
-rw-r--r-- | js/Misc/BOUNCEXY.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Misc/BOUNCEXY.js b/js/Misc/BOUNCEXY.js index 2cbcae14..a720b4ed 100644 --- a/js/Misc/BOUNCEXY.js +++ b/js/Misc/BOUNCEXY.js @@ -40,8 +40,8 @@ function BOUNCEXY() { } BOUNCEXY.prototype.get = function BOUNCEXY() { var options = { - clrs:["colors",this.clrs], - siz:["radii",this.siz], + clrs:["colors",this.clrs.toString().replace(/,/g," ")], + siz:["radii",this.siz.toString().replace(/,/g," ")], win:["window number (-1 for automatic)",this.win], imode:["animation mode (0,1)",this.imode], xmin:["Xmin",this.xmin], |