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 18f12586..2549e695 100644 --- a/js/Branching/GotoTagVisibility.js +++ b/js/Branching/GotoTagVisibility.js @@ -33,6 +33,7 @@ function GotoTagVisibility() { while (true) { var ok = true; this.tag = arguments[0]["tag"]; + var exprs = [arguments[0]["tag"]]; if (!ok) { break; } |