diff options
author | Sunil Shetye | 2018-06-27 12:06:46 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-06-27 12:06:46 +0530 |
commit | a340efc94b289c1e1956e214baa76aade1de997d (patch) | |
tree | 0b1e1eead4a73f7ef32f0ac0ee465c28e3b3ed64 /js/Misc/scifunc_block.js | |
parent | eb7c8e0cd42d4afe02be3adda2e94b6b0dfdaa00 (diff) | |
download | sci2js-a340efc94b289c1e1956e214baa76aade1de997d.tar.gz sci2js-a340efc94b289c1e1956e214baa76aade1de997d.tar.bz2 sci2js-a340efc94b289c1e1956e214baa76aade1de997d.zip |
update function list
Diffstat (limited to 'js/Misc/scifunc_block.js')
-rw-r--r-- | js/Misc/scifunc_block.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/scifunc_block.js b/js/Misc/scifunc_block.js index ff014084..9fbd8782 100644 --- a/js/Misc/scifunc_block.js +++ b/js/Misc/scifunc_block.js @@ -89,7 +89,7 @@ function scifunc_block() { break; } } - needcompile=resume(needcompile) + needcompile = resume(needcompile) return new BasicBlock(this.x); } } |