summaryrefslogtreecommitdiff
path: root/js/Branching/GOTO.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/GOTO.js')
-rw-r--r--js/Branching/GOTO.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Branching/GOTO.js b/js/Branching/GOTO.js
index fc85e462..88fbc865 100644
--- a/js/Branching/GOTO.js
+++ b/js/Branching/GOTO.js
@@ -60,4 +60,8 @@ function GOTO() {
needcompile = resume(needcompile)
return new BasicBlock(this.x);
}
+ GOTO.prototype.get_popup_title = function GOTO() {
+ var set_param_popup_title = "Set parameters";
+ return set_param_popup_title;
+ }
}