From 3f563b9e29d42266d6680229da5c29f847804834 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Thu, 21 Jun 2018 11:00:03 +0530 Subject: code cleanup --- js/Misc/BOUNCEXY.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'js/Misc/BOUNCEXY.js') 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; } } -} + } } -- cgit