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/MatrixOp/MATRESH.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/MatrixOp/MATRESH.js') diff --git a/js/MatrixOp/MATRESH.js b/js/MatrixOp/MATRESH.js index ef21b5f9..dbd65c59 100644 --- a/js/MatrixOp/MATRESH.js +++ b/js/MatrixOp/MATRESH.js @@ -93,7 +93,7 @@ function MATRESH() { break; } } - needcompile=resume(needcompile) + needcompile = resume(needcompile) return new BasicBlock(this.x); } } -- cgit