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