diff options
Diffstat (limited to 'js/Branching/GotoTagVisibility.js')
-rw-r--r-- | js/Branching/GotoTagVisibility.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/js/Branching/GotoTagVisibility.js b/js/Branching/GotoTagVisibility.js index 2549e695..7a792965 100644 --- a/js/Branching/GotoTagVisibility.js +++ b/js/Branching/GotoTagVisibility.js @@ -23,6 +23,8 @@ function GotoTagVisibility() { return this.x; } GotoTagVisibility.prototype.get = function GotoTagVisibility() { + var exprs = this.graphics.exprs; + this.set_param_popup_title = "Set parameters"; var options = { tag:["GotoTag",this.tag], } @@ -53,7 +55,6 @@ function GotoTagVisibility() { return new BasicBlock(this.x); } GotoTagVisibility.prototype.get_popup_title = function GotoTagVisibility() { - var set_param_popup_title = "Set parameters"; - return set_param_popup_title; + return this.set_param_popup_title; } } |