From: dhrname Date: Mon, 9 Jan 2012 14:15:00 +0000 (+0900) Subject: begin属性の規定値を0に設定 X-Git-Tag: v16beta~687 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=af939f55812d885302702ffcd147eff4a24186a6;p=sie%2Fsie.git begin属性の規定値を0に設定 --- diff --git a/org/w3c/dom/svg.js b/org/w3c/dom/svg.js index bdd4879..86a0afa 100644 --- a/org/w3c/dom/svg.js +++ b/org/w3c/dom/svg.js @@ -5295,7 +5295,7 @@ function SVGAnimationElement(es) { if (tar._begin) { timing(tar._begin, "beginElementAt", tar._getOffset(tar._begin)); } else { - tar.beginElement(); + tar.beginElementAt(0); } tar._end && timing(tar._end, "endElementAt", tar._getOffset(tar._end)); that = void 0;