diff options
Diffstat (limited to 'js/MatrixOp/MATSING.js')
-rw-r--r-- | js/MatrixOp/MATSING.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/MatrixOp/MATSING.js b/js/MatrixOp/MATSING.js index 393c6714..6726938c 100644 --- a/js/MatrixOp/MATSING.js +++ b/js/MatrixOp/MATSING.js @@ -111,4 +111,11 @@ function MATSING() { MATSING.prototype.get_popup_title = function MATSING() { return this.set_param_popup_title; } + MATSING.prototype.importset = function MATSING() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.typ = ary[0]; + this.decomptyp = ary[1]; + } + MATSING.prototype.getContainer = function MATSING() { return new BasicBlock(this.x); } } |