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/CSCOPE.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'js/Sinks/CSCOPE.js') diff --git a/js/Sinks/CSCOPE.js b/js/Sinks/CSCOPE.js index 7e126fe5..a1461183 100644 --- a/js/Sinks/CSCOPE.js +++ b/js/Sinks/CSCOPE.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Sinks/CSCOPE.sci" */ function CSCOPE() { -CSCOPE.prototype.define = function CSCOPE() { + CSCOPE.prototype.define = function CSCOPE() { win=-1; wdim=[[600],[400]]; wpos=[[-1],[-1]]; @@ -21,12 +21,12 @@ model.dep_ut=[true,false]; exprs=[[strcat(string(clrs)," ")],[string(win)],[sci2exp([])],[sci2exp(wdim)],[string(ymin)],[string(ymax)],[string(per)],[string(N)],[transpose(string(0))],[emptystr()]]; gr_i=[]; x=standard_define([2,2],model,exprs,gr_i); -} -CSCOPE.prototype.details = function CSCOPE() { -} -CSCOPE.prototype.get = function CSCOPE() { -} -CSCOPE.prototype.set = function CSCOPE() { + } + CSCOPE.prototype.details = function CSCOPE() { + } + CSCOPE.prototype.get = function CSCOPE() { + } + CSCOPE.prototype.set = function CSCOPE() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -91,5 +91,5 @@ x.model=model; break; } } -} + } } -- cgit