summaryrefslogtreecommitdiff
path: root/js/Branching/GOTO.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/GOTO.js')
-rw-r--r--js/Branching/GOTO.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/js/Branching/GOTO.js b/js/Branching/GOTO.js
index 3ffb5a40..e297b471 100644
--- a/js/Branching/GOTO.js
+++ b/js/Branching/GOTO.js
@@ -66,4 +66,11 @@ function GOTO() {
GOTO.prototype.get_popup_title = function GOTO() {
return this.set_param_popup_title;
}
+ GOTO.prototype.importset = function GOTO() {
+ var graphics = this.x.graphics;
+ var ary = getData(graphics.exprs);
+ this.tag = ary[0];
+ this.tagvis = ary[1];
+ }
+ GOTO.prototype.getContainer = function GOTO() { return new BasicBlock(this.x); }
}