[Sie-announce] SIEコード [2473] SVGSVGElementコンストラクタ関数にミスがあったので修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 3月 12日 (土) 22:13:51 JST


Revision: 2473
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2473
Author:   dhrname
Date:     2011-03-12 22:13:51 +0900 (Sat, 12 Mar 2011)

Log Message:
-----------
SVGSVGElementコンストラクタ関数にミスがあったので修正

Modified Paths:
--------------
    branches/07x/072/org/w3c/dom/svg.js

Modified: branches/07x/072/org/w3c/dom/svg.js
===================================================================
--- branches/07x/072/org/w3c/dom/svg.js	2011-03-12 13:03:57 UTC (rev 2472)
+++ branches/07x/072/org/w3c/dom/svg.js	2011-03-12 13:13:51 UTC (rev 2473)
@@ -1159,7 +1159,7 @@
     evt = name = null;
   }, false);
   this.addEventListener("SVGLoad", function(evt){
-    this.addEventListener("DOMAttrModified", function(evt){
+    evt.target.addEventListener("DOMAttrModified", function(evt){
       if (evt.eventPhase === Event.BUBBLING_PHASE) {
         var tar = evt.target;
         if (tar.parentNode) {




Sie-announce メーリングリストの案内
Back to archive index