diff options
Diffstat (limited to 'js/Sources/INIMPL_f.js')
-rw-r--r-- | js/Sources/INIMPL_f.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/Sources/INIMPL_f.js b/js/Sources/INIMPL_f.js index 5949a756..a8e17ffd 100644 --- a/js/Sources/INIMPL_f.js +++ b/js/Sources/INIMPL_f.js @@ -65,4 +65,10 @@ function INIMPL_f() { INIMPL_f.prototype.get_popup_title = function INIMPL_f() { return this.set_param_popup_title; } + INIMPL_f.prototype.importset = function INIMPL_f() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.prt = ary[0]; + } + INIMPL_f.prototype.getContainer = function INIMPL_f() { return new ImplicitInBlock(this.x); } } |