summaryrefslogtreecommitdiff
path: root/js/Misc/scifunc_block.js
diff options
context:
space:
mode:
authorSunil Shetye2018-06-27 12:06:46 +0530
committerSunil Shetye2018-06-27 12:06:46 +0530
commita340efc94b289c1e1956e214baa76aade1de997d (patch)
tree0b1e1eead4a73f7ef32f0ac0ee465c28e3b3ed64 /js/Misc/scifunc_block.js
parenteb7c8e0cd42d4afe02be3adda2e94b6b0dfdaa00 (diff)
downloadsci2js-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.js2
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);
}
}