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