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