[Sie-announce] SIEコード [1643] cloneNodeからSVGに関する記述を除去

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2010年 2月 5日 (金) 21:36:20 JST


Revision: 1643
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1643
Author:   dhrname
Date:     2010-02-05 21:36:20 +0900 (Fri, 05 Feb 2010)

Log Message:
-----------
cloneNodeからSVGに関する記述を除去

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

Modified: branches/ufltima/core.js
===================================================================
--- branches/ufltima/core.js	2010-02-05 12:32:13 UTC (rev 1642)
+++ branches/ufltima/core.js	2010-02-05 12:36:20 UTC (rev 1643)
@@ -339,9 +339,6 @@
   if (deep) {
     s.childNodes._copyNode(this.childNodes,true);
   }
-  if (this instanceof SVGElement && this.tar){
-    this.tar = this.tar.cloneNode(deep);
-  }
   return s;
 },
 /*normalizeメソッド
@@ -784,7 +781,6 @@
   this.nodeType = 9;
   this._id = {};  //getElementByIdで使う
   this._arr = []; //setAttributeNSで使う
-  var tf = this._fireEvent;
   return this;
 };
 Document.prototype = new Node();  //ノードのプロトタイプチェーンを作って、継承




Sie-announce メーリングリストの案内
アーカイブの一覧に戻る