diff options
Diffstat (limited to 'js/Events/EVTDLY_f.js')
-rw-r--r-- | js/Events/EVTDLY_f.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/Events/EVTDLY_f.js b/js/Events/EVTDLY_f.js index 4d64f615..9163c489 100644 --- a/js/Events/EVTDLY_f.js +++ b/js/Events/EVTDLY_f.js @@ -20,6 +20,11 @@ function EVTDLY_f() { return this.x; } EVTDLY_f.prototype.get = function EVTDLY_f() { + var options = { + dt:["Delay",this.dt], + ff:["Date of initial output event",this.ff], + } + return options; } EVTDLY_f.prototype.set = function EVTDLY_f() { this.dt = parseFloat((arguments[0]["dt"])) |