diff options
Diffstat (limited to 'js/Branching/GotoTagVisibility.js')
-rw-r--r-- | js/Branching/GotoTagVisibility.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Branching/GotoTagVisibility.js b/js/Branching/GotoTagVisibility.js index 0f514bc2..c3281e81 100644 --- a/js/Branching/GotoTagVisibility.js +++ b/js/Branching/GotoTagVisibility.js @@ -25,6 +25,7 @@ function GotoTagVisibility() { GotoTagVisibility.prototype.get = function GotoTagVisibility() { } GotoTagVisibility.prototype.set = function GotoTagVisibility() { + this.tag = parseFloat((arguments[0]["tag"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |