From 9f029a2c9ae68c86b2e06a35fa363e09dc2345ee Mon Sep 17 00:00:00 2001 From: dhrname Date: Mon, 16 Feb 2015 21:25:46 +0900 Subject: [PATCH] Lighten a listener method --- org/w3c/dom/smil.js | 1 + 1 file changed, 1 insertion(+) diff --git a/org/w3c/dom/smil.js b/org/w3c/dom/smil.js index 16214c1..e55c8ee 100644 --- a/org/w3c/dom/smil.js +++ b/org/w3c/dom/smil.js @@ -295,6 +295,7 @@ base("$frame").mix ( { s.begin = this.begin; s.timeStamp = evt.timeStamp; this.activeTime = s.call(); + s = void 0; this.addLine(this); } -- 2.11.0