svnno****@sourc*****
svnno****@sourc*****
2010年 2月 14日 (日) 22:43:16 JST
Revision: 1661 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1661 Author: dhrname Date: 2010-02-14 22:43:16 +0900 (Sun, 14 Feb 2010) Log Message: ----------- _arrプロパティを除去 Modified Paths: -------------- branches/ufltima/core.js Modified: branches/ufltima/core.js =================================================================== --- branches/ufltima/core.js 2010-02-14 13:42:29 UTC (rev 1660) +++ branches/ufltima/core.js 2010-02-14 13:43:16 UTC (rev 1661) @@ -784,7 +784,6 @@ this.nodeValue = null; this.nodeType = 9; this._id = {}; //getElementByIdで使う - this._arr = []; //setAttributeNSで使う return this; }; Document.prototype = new Node(); //ノードのプロトタイプチェーンを作って、継承