[Sie-announce] SIEコード [2907] SVGAElementの最適化

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 9月 2日 (金) 19:28:40 JST


Revision: 2907
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2907
Author:   dhrname
Date:     2011-09-02 19:28:40 +0900 (Fri, 02 Sep 2011)

Log Message:
-----------
SVGAElementの最適化

Modified Paths:
--------------
    branches/08x/084/org/w3c/dom/svg.js

Modified: branches/08x/084/org/w3c/dom/svg.js
===================================================================
--- branches/08x/084/org/w3c/dom/svg.js	2011-08-31 14:16:17 UTC (rev 2906)
+++ branches/08x/084/org/w3c/dom/svg.js	2011-09-02 10:28:40 UTC (rev 2907)
@@ -4850,7 +4850,7 @@
   }, false);
   this.addEventListener("DOMNodeInsertedIntoDocument", function(evt){
     var tar = evt.target;
-    if (!!tar._tar && (tar.nodeType === Node.ELEMENT_NODE)) {
+    if (!!tar._tar && (tar.nodeType === /*Node.ELEMENT_NODE*/ 1)) {
       var txts = tar._tar.style;
       txts.cursor = "hand";
       txts.textDecoration = "none";




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