diff options
Diffstat (limited to 'js/Branching/GotoTagVisibility.js')
-rw-r--r-- | js/Branching/GotoTagVisibility.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Branching/GotoTagVisibility.js b/js/Branching/GotoTagVisibility.js index d0713180..0f514bc2 100644 --- a/js/Branching/GotoTagVisibility.js +++ b/js/Branching/GotoTagVisibility.js @@ -46,7 +46,7 @@ function GotoTagVisibility() { break; } } - needcompile=resume(needcompile) + needcompile = resume(needcompile) return new BasicBlock(this.x); } } |