diff options
Diffstat (limited to 'js/Misc/BACKLASH.js')
-rw-r--r-- | js/Misc/BACKLASH.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/Misc/BACKLASH.js b/js/Misc/BACKLASH.js index 9dfbb549..bdac4b01 100644 --- a/js/Misc/BACKLASH.js +++ b/js/Misc/BACKLASH.js @@ -60,4 +60,12 @@ function BACKLASH() { BACKLASH.prototype.get_popup_title = function BACKLASH() { return this.set_param_popup_title; } + BACKLASH.prototype.importset = function BACKLASH() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.ini = ary[0]; + this.gap = ary[1]; + this.zcr = ary[2]; + } + BACKLASH.prototype.getContainer = function BACKLASH() { return new BasicBlock(this.x); } } |