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