summaryrefslogtreecommitdiff
path: root/js/Events/EVTDLY_c.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Events/EVTDLY_c.js')
-rw-r--r--js/Events/EVTDLY_c.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/js/Events/EVTDLY_c.js b/js/Events/EVTDLY_c.js
index 3c8e398f..32ccbf33 100644
--- a/js/Events/EVTDLY_c.js
+++ b/js/Events/EVTDLY_c.js
@@ -57,4 +57,11 @@ function EVTDLY_c() {
EVTDLY_c.prototype.get_popup_title = function EVTDLY_c() {
return this.set_param_popup_title;
}
+ EVTDLY_c.prototype.importset = function EVTDLY_c() {
+ var graphics = this.x.graphics;
+ var ary = getData(graphics.exprs);
+ this.dt = ary[0];
+ this.ff = ary[1];
+ }
+ EVTDLY_c.prototype.getContainer = function EVTDLY_c() { return new BasicBlock(this.x); }
}