summaryrefslogtreecommitdiff
path: root/js/Branching/GotoTagVisibility.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/GotoTagVisibility.js')
-rw-r--r--js/Branching/GotoTagVisibility.js4
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"]))