summaryrefslogtreecommitdiff
path: root/js/Sinks/CFSCOPE.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sinks/CFSCOPE.js')
-rw-r--r--js/Sinks/CFSCOPE.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Sinks/CFSCOPE.js b/js/Sinks/CFSCOPE.js
index d0012723..43fedf68 100644
--- a/js/Sinks/CFSCOPE.js
+++ b/js/Sinks/CFSCOPE.js
@@ -32,7 +32,7 @@ model=arg1.model;
while (true) {
[ok,clrs,win,wpos,wdim,ymin,ymax,per,N,wu,exprs]=scicos_getvalue("Set Scope parameters",["Color (>0) or mark (<0) vector (8 entries)","Output window number (-1 for automatic)","Output window position","Output window sizes","Ymin","Ymax","Refresh period","Buffer size","Links to view"],list("vec",8,"vec",1,"vec",-1,"vec",-1,"vec",1,"vec",1,"vec",1,"vec",1,"vec",-1),exprs);
if (!ok) {
-break
+break;
}
mess=[];
if (size(wpos,"*")!=0&&size(wpos,"*")!=2) {
@@ -88,7 +88,7 @@ model.dep_ut=[true,false];
graphics.exprs=exprs;
x.graphics=graphics;
x.model=model;
-break
+break;
}
}
}