From 5b20dbdf4b4bd6b8fa4d3908c0a0637578e96866 Mon Sep 17 00:00:00 2001 From: dhrname Date: Mon, 31 Oct 2016 22:54:36 +0900 Subject: [PATCH] Lighten the push method --- org/w3c/dom/smil.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/org/w3c/dom/smil.js b/org/w3c/dom/smil.js index 48a0d23..f5ad163 100644 --- a/org/w3c/dom/smil.js +++ b/org/w3c/dom/smil.js @@ -1111,12 +1111,6 @@ base("$calcMode").up("$attribute").mix( { } ) } ).updateList().parse(); $frame.addLine(frame.$list.init()); - /*beginElementメソッドを追加*/ - function eleMethod (obj, eventName) { - /*objListのvalueプロパティはあとで書き換えられる(イベントの場合のみ)*/ - - return - }; /*beginElementメソッドを追加*/ var objList = frame.$list.addList(Number.MAX_VALUE), -- 2.11.0