OSDN Git Service

repeatイベントのつづりを間違っていたので、「repeatEvent」と修正
authordhrname <dhrname@users.sourceforge.jp>
Wed, 4 Jan 2012 12:10:38 +0000 (21:10 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Wed, 4 Jan 2012 12:10:38 +0000 (21:10 +0900)
org/w3c/dom/svg.js

index 9e252b4..e45ecc4 100644 (file)
@@ -5287,9 +5287,9 @@ SVGAnimationElement.prototype._getOffset = function(/*string*/ t) {
             };
             id = searchId();
             if (id) {
-              that.ownerDocument.getElementById(id).addEventListener("repeatEv", ds);
+              that.ownerDocument.getElementById(id).addEventListener("repeatEvent", ds);
             } else {
-              that.addEventListener("repeat", ds);
+              that.addEventListener("repeatEvent", ds);
             }
       } else if (val.test(/\.(begin|end)/)) { //3) syncbase-valueの場合
         id = searchId();