diff options
Diffstat (limited to 'js/Misc/scifunc_block_m.js')
-rw-r--r-- | js/Misc/scifunc_block_m.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/scifunc_block_m.js b/js/Misc/scifunc_block_m.js index 8268975d..861b1936 100644 --- a/js/Misc/scifunc_block_m.js +++ b/js/Misc/scifunc_block_m.js @@ -91,7 +91,7 @@ function scifunc_block_m() { break; } } - needcompile=resume(needcompile) + needcompile = resume(needcompile) return new BasicBlock(this.x); } } |