svnno****@sourc*****
svnno****@sourc*****
2010年 3月 10日 (水) 20:28:29 JST
Revision: 1713
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1713
Author: dhrname
Date: 2010-03-10 20:28:29 +0900 (Wed, 10 Mar 2010)
Log Message:
-----------
Modified Paths:
--------------
branches/ufltima/core.js
Modified: branches/ufltima/core.js
===================================================================
--- branches/ufltima/core.js 2010-03-10 11:24:31 UTC (rev 1712)
+++ branches/ufltima/core.js 2010-03-10 11:28:29 UTC (rev 1713)
@@ -421,7 +421,7 @@
var tgans = this.getNamedItemNS(arg.namespaceURI, arg.localName);
if (tgans) { //ノードがすでにあるならば、
var s = this[this._num];
- this[this._num] = node;
+ this[this._num] = arg;
return s;
} else {
if ( arg.ownerElement !== void 0) { //ノードがもはや別の要素で使われている