[Sie-announce] SIEコード [2713] 文法ミスを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 5月 27日 (金) 20:00:42 JST


Revision: 2713
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2713
Author:   dhrname
Date:     2011-05-27 20:00:42 +0900 (Fri, 27 May 2011)

Log Message:
-----------
文法ミスを修正

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

Modified: branches/07x/078/org/w3c/dom/svg.js
===================================================================
--- branches/07x/078/org/w3c/dom/svg.js	2011-05-27 10:46:00 UTC (rev 2712)
+++ branches/07x/078/org/w3c/dom/svg.js	2011-05-27 11:00:42 UTC (rev 2713)
@@ -5487,7 +5487,7 @@
     tar.addEventListener("DOMNodeInsertedIntoDocument", function(evt){
       var tar = evt.target,
           attrName = tar.getAttributeNS(null, "attributeName"),
-          ttr = tar.targetElement,
+          ttr = tar.targetElement;
       if (!tar._values[0]) {
         tar._values[0] = tar.ownerDocument.defaultView.getComputedStyle(ttr, "").getPropertyValue(attrName);
       }




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