diff options
Diffstat (limited to 'js/Misc/BOUNCEXY.js')
-rw-r--r-- | js/Misc/BOUNCEXY.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Misc/BOUNCEXY.js b/js/Misc/BOUNCEXY.js index d04df248..554c4adb 100644 --- a/js/Misc/BOUNCEXY.js +++ b/js/Misc/BOUNCEXY.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Misc/BOUNCEXY.sci" */ function BOUNCEXY() { -BOUNCEXY.prototype.define = function BOUNCEXY() { + BOUNCEXY.prototype.define = function BOUNCEXY() { win=-1; imode=1; clrs=[[1],[2]]; @@ -33,12 +33,12 @@ model.dep_ut=[false,false]; exprs=[[strcat(sci2exp(clrs))],[strcat(sci2exp(siz))],[strcat(sci2exp(win))],[strcat(sci2exp(1))],[strcat(sci2exp(xmin))],[strcat(sci2exp(xmax))],[strcat(sci2exp(ymin))],[strcat(sci2exp(ymax))]]; gr_i=[]; x=standard_define([2,2],model,exprs,gr_i); -} -BOUNCEXY.prototype.details = function BOUNCEXY() { -} -BOUNCEXY.prototype.get = function BOUNCEXY() { -} -BOUNCEXY.prototype.set = function BOUNCEXY() { + } + BOUNCEXY.prototype.details = function BOUNCEXY() { + } + BOUNCEXY.prototype.get = function BOUNCEXY() { + } + BOUNCEXY.prototype.set = function BOUNCEXY() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -89,5 +89,5 @@ x.model=model; break; } } -} + } } |