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.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/Branching/SELF_SWITCH.js b/js/Branching/SELF_SWITCH.js
index dd3697a0..1b56a13d 100644
--- a/js/Branching/SELF_SWITCH.js
+++ b/js/Branching/SELF_SWITCH.js
@@ -42,7 +42,6 @@ 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;
+ return;
}
}