diff options
Diffstat (limited to 'js/Linear/DOLLAR_m.js')
-rw-r--r-- | js/Linear/DOLLAR_m.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/Linear/DOLLAR_m.js b/js/Linear/DOLLAR_m.js index 8108e69a..0d966003 100644 --- a/js/Linear/DOLLAR_m.js +++ b/js/Linear/DOLLAR_m.js @@ -107,4 +107,11 @@ function DOLLAR_m() { DOLLAR_m.prototype.get_popup_title = function DOLLAR_m() { return this.set_param_popup_title; } + DOLLAR_m.prototype.importset = function DOLLAR_m() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.a = ary[0]; + this.inh = ary[1]; + } + DOLLAR_m.prototype.getContainer = function DOLLAR_m() { return new BasicBlock(this.x); } } |