svnno****@sourc*****
svnno****@sourc*****
2010年 3月 10日 (水) 20:38:41 JST
Revision: 1714 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1714 Author: dhrname Date: 2010-03-10 20:38:41 +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:28:29 UTC (rev 1713) +++ branches/ufltima/core.js 2010-03-10 11:38:41 UTC (rev 1714) @@ -553,8 +553,8 @@ var atn = this.ownerDocument.createAttributeNS(namespaceURI, qualifiedName); atn.nodeValue = value; atn.value = value; + atn.ownerElement = this; this.setAttributeNodeNS(atn); - atn.ownerElement = this; if (atn.localName === "id") { //id属性であったならば this.ownerDocument._id[value] = this; //ドキュメントに登録しておく }