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