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.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Events/EVTDLY_c.js b/js/Events/EVTDLY_c.js
index 26e11e47..1c641eef 100644
--- a/js/Events/EVTDLY_c.js
+++ b/js/Events/EVTDLY_c.js
@@ -51,4 +51,8 @@ function EVTDLY_c() {
}
return new BasicBlock(this.x);
}
+ EVTDLY_c.prototype.get_popup_title = function EVTDLY_c() {
+ var set_param_popup_title = "Set Event Delay block parameters";
+ return set_param_popup_title;
+ }
}