diff options
Diffstat (limited to 'js/Branching/GotoTagVisibility.js')
-rw-r--r-- | js/Branching/GotoTagVisibility.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Branching/GotoTagVisibility.js b/js/Branching/GotoTagVisibility.js index c3281e81..10491dd0 100644 --- a/js/Branching/GotoTagVisibility.js +++ b/js/Branching/GotoTagVisibility.js @@ -23,6 +23,10 @@ function GotoTagVisibility() { return this.x; } GotoTagVisibility.prototype.get = function GotoTagVisibility() { + var options = { + tag:["GotoTag",this.tag], + } + return options; } GotoTagVisibility.prototype.set = function GotoTagVisibility() { this.tag = parseFloat((arguments[0]["tag"])) |