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