diff options
Diffstat (limited to 'js/Events/EVTVARDLY.js')
-rw-r--r-- | js/Events/EVTVARDLY.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/js/Events/EVTVARDLY.js b/js/Events/EVTVARDLY.js index 09a342d7..791714d4 100644 --- a/js/Events/EVTVARDLY.js +++ b/js/Events/EVTVARDLY.js @@ -19,7 +19,10 @@ function EVTVARDLY() { return this.x; } EVTVARDLY.prototype.get = function EVTVARDLY() { - alert("parameters cannot be modified"); + var options = { + fir:["Initial event firing time (<0 if absent)",this.fir], + } + return options; } EVTVARDLY.prototype.set = function EVTVARDLY() { this.exprs = this.graphics.exprs; |