[Sie-announce] SIEコード [2742] SVGSetElementのvar文を整理

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 6月 4日 (土) 22:59:37 JST


Revision: 2742
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2742
Author:   dhrname
Date:     2011-06-04 22:59:37 +0900 (Sat, 04 Jun 2011)

Log Message:
-----------
SVGSetElementのvar文を整理

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

Modified: branches/07x/079/org/w3c/dom/svg.js
===================================================================
--- branches/07x/079/org/w3c/dom/svg.js	2011-06-04 13:57:07 UTC (rev 2741)
+++ branches/07x/079/org/w3c/dom/svg.js	2011-06-04 13:59:37 UTC (rev 2742)
@@ -5382,7 +5382,8 @@
     evt = tar = attrName = null;
   }, false);
   this.addEventListener("endEvent", function(evt) {
-    var tar = evt.target, fill = tar.getAttributeNS(null, "fill");
+    var tar = evt.target,
+        fill = tar.getAttributeNS(null, "fill");
     if (!fill || (fill === "remove")) {
       var attrName = tar.getAttributeNS(null, "attributeName"), style = tar.ownerDocument.defaultView.getComputedStyle(tar.targetElement, "");
       tar.targetElement.style.setProperty(attrName, style.getPropertyValue(attrName), null);




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