[Sie-announce] SIEコード [2710]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 5月 27日 (金) 19:11:34 JST


Revision: 2710
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2710
Author:   dhrname
Date:     2011-05-27 19:11:33 +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-26 14:18:44 UTC (rev 2709)
+++ branches/07x/078/org/w3c/dom/svg.js	2011-05-27 10:11:33 UTC (rev 2710)
@@ -5485,8 +5485,10 @@
     }
     var tar = evt.target;
     tar.addEventListener("DOMNodeInsertedIntoDocument", function(evt){
-      var tar = evt.target, attrName = tar.getAttributeNS(null, "attributeName"),ttr = tar.targetElement;
-      var fstyle = tar.ownerDocument.defaultView.getComputedStyle(ttr, "");
+      var tar = evt.target,
+          attrName = tar.getAttributeNS(null, "attributeName"),
+          ttr = tar.targetElement,
+          fstyle = tar.ownerDocument.defaultView.getComputedStyle(ttr, "");
       if (!tar._values[0]) {
         tar._values[0] = fstyle.getPropertyValue(attrName);
       }




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