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