From 5ea6bd919623bb0dd58f235329b985b2bb6cb4ba Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 2 Jul 2018 20:21:14 +0530 Subject: add set block --- js/Events/EVTDLY_f.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/Events/EVTDLY_f.js') diff --git a/js/Events/EVTDLY_f.js b/js/Events/EVTDLY_f.js index aaeefd62..4d64f615 100644 --- a/js/Events/EVTDLY_f.js +++ b/js/Events/EVTDLY_f.js @@ -22,6 +22,8 @@ function EVTDLY_f() { EVTDLY_f.prototype.get = function EVTDLY_f() { } EVTDLY_f.prototype.set = function EVTDLY_f() { + this.dt = parseFloat((arguments[0]["dt"])) + this.ff = parseFloat((arguments[0]["ff"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; -- cgit