[Sie-announce] SIEコード [1635] appendChildメソッドからSVGに関する記述を除去

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 2月 4日 (木) 22:59:03 JST


Revision: 1635
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1635
Author:   dhrname
Date:     2010-02-04 22:59:03 +0900 (Thu, 04 Feb 2010)

Log Message:
-----------
appendChildメソッドからSVGに関する記述を除去

Modified Paths:
--------------
    branches/ufltima/core.js

Modified: branches/ufltima/core.js
===================================================================
--- branches/ufltima/core.js	2010-02-04 13:57:21 UTC (rev 1634)
+++ branches/ufltima/core.js	2010-02-04 13:59:03 UTC (rev 1635)
@@ -308,11 +308,6 @@
  */
 /*Node*/ appendChild : function( /*Node*/ ele) {
   this.insertBefore(ele,null);
-  if (this.namespaceURI === "http://www.w3.org/2000/svg") { //SVG関連要素ならば
-    if (ele.tar){
-      this.tar.appendChild(ele.tar);
-    }
-  }
   return ele;
 },
 /*hasChildNodesメソッド




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