diff options
Diffstat (limited to 'js/Branching/SELF_SWITCH.js')
-rw-r--r-- | js/Branching/SELF_SWITCH.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Branching/SELF_SWITCH.js b/js/Branching/SELF_SWITCH.js index 1b56a13d..eff53736 100644 --- a/js/Branching/SELF_SWITCH.js +++ b/js/Branching/SELF_SWITCH.js @@ -44,4 +44,5 @@ function SELF_SWITCH() { SELF_SWITCH.prototype.get_popup_title = function SELF_SWITCH() { return; } + SELF_SWITCH.prototype.getContainer = function SELF_SWITCH() { return new BasicBlock(this.x); } } |