diff options
Diffstat (limited to 'js/Events/M_freq.js')
-rw-r--r-- | js/Events/M_freq.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/Events/M_freq.js b/js/Events/M_freq.js index da2cb73e..09c5871c 100644 --- a/js/Events/M_freq.js +++ b/js/Events/M_freq.js @@ -88,4 +88,11 @@ function M_freq() { M_freq.prototype.get_popup_title = function M_freq() { return this.set_param_popup_title; } + M_freq.prototype.importset = function M_freq() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.frequ = ary[0]; + this.offset = ary[1]; + } + M_freq.prototype.getContainer = function M_freq() { return new BasicBlock(this.x); } } |