OSDN Git Service

_eventSyncの処理を取りやめた
authordhrname <dhrname@users.sourceforge.jp>
Mon, 2 Jan 2012 14:54:47 +0000 (23:54 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Mon, 2 Jan 2012 14:54:47 +0000 (23:54 +0900)
org/w3c/dom/svg.js

index 7b4fd5b..13bed94 100644 (file)
@@ -5264,28 +5264,6 @@ function SVGAnimationElement(es) {
       } else {
         tar.targetElement = tar.parentNode;
       }
-      tar._eventSync(tar._beginValue,
-          (function(te, offse, ta, t) {
-            ta.addEventListener( t.match(te._eventRegExp)[0],
-              function(){
-                if (offse !== 0) {
-                  te.beginElementAt(offse);
-                } else {
-                  te._begin = NAIBU.Time.currentFrame;
-                  te.beginElement();
-                  te._currentFrame++;
-                }
-              }, false);
-           }), "beginElementAt");
-      if (tar._endValue) {
-        tar._eventSync(tar._endValue,
-            (function(te, offse, ta, t) {
-              ta.addEventListener( t.match(te._eventRegExp)[0],
-                  function(){
-                    te.endElementAt(offse);
-                  }, false );
-              }), "endElementAt");
-      }
       evt = tar = void 0;
     }, false);
     evt = tar = void 0;