diff options
Diffstat (limited to 'js/Branching/GotoTagVisibility.js')
-rw-r--r-- | js/Branching/GotoTagVisibility.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/Branching/GotoTagVisibility.js b/js/Branching/GotoTagVisibility.js index 7a792965..b867eee0 100644 --- a/js/Branching/GotoTagVisibility.js +++ b/js/Branching/GotoTagVisibility.js @@ -57,4 +57,10 @@ function GotoTagVisibility() { GotoTagVisibility.prototype.get_popup_title = function GotoTagVisibility() { return this.set_param_popup_title; } + GotoTagVisibility.prototype.importset = function GotoTagVisibility() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.tag = ary[0]; + } + GotoTagVisibility.prototype.getContainer = function GotoTagVisibility() { return new BasicBlock(this.x); } } |