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