summaryrefslogtreecommitdiff
path: root/js/Sources/CONST.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/CONST.js')
-rw-r--r--js/Sources/CONST.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Sources/CONST.js b/js/Sources/CONST.js
index 6bc8ec85..096e96f7 100644
--- a/js/Sources/CONST.js
+++ b/js/Sources/CONST.js
@@ -25,7 +25,7 @@ model=arg1.model;
while (true) {
[ok,C,exprs]=scicos_getvalue(["Set Contant Block"],"Constant",list("vec",-1),exprs);
if (!ok) {
-break
+break;
}
sz=size(C);
nout=size(C,"*");
@@ -39,7 +39,7 @@ model.out=nout;
graphics.exprs=exprs;
x.graphics=graphics;
x.model=model;
-break
+break;
}
}
}