summaryrefslogtreecommitdiff
path: root/js/Branching/GotoTagVisibilityMO.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/GotoTagVisibilityMO.js')
-rw-r--r--js/Branching/GotoTagVisibilityMO.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Branching/GotoTagVisibilityMO.js b/js/Branching/GotoTagVisibilityMO.js
index 3c8aca89..49a2c9e1 100644
--- a/js/Branching/GotoTagVisibilityMO.js
+++ b/js/Branching/GotoTagVisibilityMO.js
@@ -30,7 +30,7 @@ model=arg1.model;
while (true) {
[ok,tag,exprs]=scicos_getvalue("Set parameters",["GotoTag"],list("str",-1),exprs);
if (!ok) {
-break
+break;
}
if (ok) {
if (model.opar!=list(tag)) {
@@ -41,7 +41,7 @@ graphics.exprs=exprs;
model.opar=list(tag);
x.graphics=graphics;
x.model=model;
-break
+break;
}
}
needcompile=resume(needcompile)