From a340efc94b289c1e1956e214baa76aade1de997d Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Wed, 27 Jun 2018 12:06:46 +0530 Subject: update function list --- js/Misc/scifunc_block_m.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Misc/scifunc_block_m.js') 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); } } -- cgit