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