From ebe278faeb5ebeb0d6a164327075a25becbab020 Mon Sep 17 00:00:00 2001 From: dhrname Date: Mon, 17 Oct 2016 21:00:34 +0900 Subject: [PATCH] Modify the init method of the object --- 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 36358da..479ece2 100644 --- a/org/w3c/dom/smil.js +++ b/org/w3c/dom/smil.js @@ -1364,6 +1364,7 @@ base("$calcMode").up("$attribute").mix( { this.timeline = line; /*$begin.$listのイベントに属性処理を追加*/ line.$list.addEvent("begin", this._setFrame.bind(this)); + line.$list.addEvent("play", this._setFrame.bind(this)); line.$list.addEvent("end", this._setEndFrame.bind(this)); base("$frame").addLine(line.$list); } -- 2.11.0