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/Sinks/CSCOPXY.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'js/Sinks/CSCOPXY.js') diff --git a/js/Sinks/CSCOPXY.js b/js/Sinks/CSCOPXY.js index 8478a721..da57c497 100644 --- a/js/Sinks/CSCOPXY.js +++ b/js/Sinks/CSCOPXY.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Sinks/CSCOPXY.sci" */ function CSCOPXY() { -CSCOPXY.prototype.define = function CSCOPXY() { + CSCOPXY.prototype.define = function CSCOPXY() { win=-1; clrs=4; siz=1; @@ -25,12 +25,12 @@ model.dep_ut=[false,false]; exprs=[[string(nbr_curves)],[sci2exp(clrs)],[sci2exp(siz)],[string(win)],[sci2exp([])],[sci2exp(wdim)],[string(xmin)],[string(xmax)],[string(ymin)],[string(ymax)],[string(N)]]; gr_i=[]; x=standard_define([2,2],model,exprs,gr_i); -} -CSCOPXY.prototype.details = function CSCOPXY() { -} -CSCOPXY.prototype.get = function CSCOPXY() { -} -CSCOPXY.prototype.set = function CSCOPXY() { + } + CSCOPXY.prototype.details = function CSCOPXY() { + } + CSCOPXY.prototype.get = function CSCOPXY() { + } + CSCOPXY.prototype.set = function CSCOPXY() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -95,5 +95,5 @@ x.model=model; break; } } -} + } } -- cgit