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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Branching/GotoTagVisibility.js b/js/Branching/GotoTagVisibility.js
index 10491dd0..f1f8b7f9 100644
--- a/js/Branching/GotoTagVisibility.js
+++ b/js/Branching/GotoTagVisibility.js
@@ -29,7 +29,7 @@ function GotoTagVisibility() {
return options;
}
GotoTagVisibility.prototype.set = function GotoTagVisibility() {
- this.tag = parseFloat((arguments[0]["tag"]))
+ this.tag = arguments[0]["tag"]
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;