[Sie-announce] SIEコード [2741] SVGAnimateElementのvar文を整理

Back to archive index

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


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

Log Message:
-----------
SVGAnimateElementの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-03 14:53:52 UTC (rev 2740)
+++ branches/07x/079/org/w3c/dom/svg.js	2011-06-04 13:57:07 UTC (rev 2741)
@@ -5348,8 +5348,9 @@
   this.addEventListener("beginEvent", function(evt) {
     var tar = evt.target;
     if (tar.targetElement) {
-      var attrName = tar.getAttributeNS(null, "attributeName"), newAttr = tar.targetElement.attributes.getNamedItemNS(null, attrName);
-      var tta = tar.targetElement[attrName];
+      var attrName = tar.getAttributeNS(null, "attributeName"),
+          newAttr = tar.targetElement.attributes.getNamedItemNS(null, attrName),
+          tta = tar.targetElement[attrName];
       if (!!tta) {
         var base = tta.baseVal;
         if (base instanceof SVGLength) {




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