From 5ea6bd919623bb0dd58f235329b985b2bb6cb4ba Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 2 Jul 2018 20:21:14 +0530 Subject: add set block --- js/MatrixOp/MATEXPM.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/MatrixOp/MATEXPM.js') diff --git a/js/MatrixOp/MATEXPM.js b/js/MatrixOp/MATEXPM.js index 672401ed..cb40e3cd 100644 --- a/js/MatrixOp/MATEXPM.js +++ b/js/MatrixOp/MATEXPM.js @@ -31,6 +31,7 @@ function MATEXPM() { MATEXPM.prototype.get = function MATEXPM() { } MATEXPM.prototype.set = function MATEXPM() { + this.typ = parseFloat((arguments[0]["typ"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; -- cgit