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, 2 insertions, 2 deletions
diff --git a/js/Events/EVTDLY_c.js b/js/Events/EVTDLY_c.js
index 43dcfa92..75989e4e 100644
--- a/js/Events/EVTDLY_c.js
+++ b/js/Events/EVTDLY_c.js
@@ -27,8 +27,8 @@ function EVTDLY_c() {
return options;
}
EVTDLY_c.prototype.set = function EVTDLY_c() {
- this.dt = parseFloat((arguments[0]["dt"]))
- this.ff = parseFloat((arguments[0]["ff"]))
+ this.dt = parseFloat(arguments[0]["dt"])
+ this.ff = parseFloat(arguments[0]["ff"])
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;