diff options
Diffstat (limited to 'js/MatrixOp/MATEXPM.js')
-rw-r--r-- | js/MatrixOp/MATEXPM.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/MatrixOp/MATEXPM.js b/js/MatrixOp/MATEXPM.js index f004fbfb..d2c739a8 100644 --- a/js/MatrixOp/MATEXPM.js +++ b/js/MatrixOp/MATEXPM.js @@ -83,4 +83,10 @@ function MATEXPM() { MATEXPM.prototype.get_popup_title = function MATEXPM() { return this.set_param_popup_title; } + MATEXPM.prototype.importset = function MATEXPM() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.typ = ary[0]; + } + MATEXPM.prototype.getContainer = function MATEXPM() { return new BasicBlock(this.x); } } |