summaryrefslogtreecommitdiff
path: root/js/Branching/CLKFROM.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/CLKFROM.js')
-rw-r--r--js/Branching/CLKFROM.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/Branching/CLKFROM.js b/js/Branching/CLKFROM.js
index 92a467fe..2e97316a 100644
--- a/js/Branching/CLKFROM.js
+++ b/js/Branching/CLKFROM.js
@@ -51,4 +51,10 @@ function CLKFROM() {
CLKFROM.prototype.get_popup_title = function CLKFROM() {
return this.set_param_popup_title;
}
+ CLKFROM.prototype.importset = function CLKFROM() {
+ var graphics = this.x.graphics;
+ var ary = getData(graphics.exprs);
+ this.tag = ary[0];
+ }
+ CLKFROM.prototype.getContainer = function CLKFROM() { return new BasicBlock(this.x); }
}