diff options
author | Sunil Shetye | 2018-07-02 22:51:03 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-07-02 22:51:03 +0530 |
commit | ca1a67f78f7de40a7956c69e41f4ddae2542f4f2 (patch) | |
tree | 6a07bd0428e542567726ff7325fcb71203ad6d15 /js/Events/EVTDLY_c.js | |
parent | 5ea6bd919623bb0dd58f235329b985b2bb6cb4ba (diff) | |
download | sci2js-ca1a67f78f7de40a7956c69e41f4ddae2542f4f2.tar.gz sci2js-ca1a67f78f7de40a7956c69e41f4ddae2542f4f2.tar.bz2 sci2js-ca1a67f78f7de40a7956c69e41f4ddae2542f4f2.zip |
add options block
Diffstat (limited to 'js/Events/EVTDLY_c.js')
-rw-r--r-- | js/Events/EVTDLY_c.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/Events/EVTDLY_c.js b/js/Events/EVTDLY_c.js index eda7037f..43dcfa92 100644 --- a/js/Events/EVTDLY_c.js +++ b/js/Events/EVTDLY_c.js @@ -20,6 +20,11 @@ function EVTDLY_c() { return this.x; } EVTDLY_c.prototype.get = function EVTDLY_c() { + var options = { + dt:["Delay",this.dt], + ff:["Date of initial output event",this.ff], + } + return options; } EVTDLY_c.prototype.set = function EVTDLY_c() { this.dt = parseFloat((arguments[0]["dt"])) |