svnno****@sourc*****
svnno****@sourc*****
2010年 4月 9日 (金) 23:42:22 JST
Revision: 1783 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1783 Author: dhrname Date: 2010-04-09 23:42:22 +0900 (Fri, 09 Apr 2010) Log Message: ----------- 解放処理の追加 Modified Paths: -------------- branches/ufltima/dom/events.js Modified: branches/ufltima/dom/events.js =================================================================== --- branches/ufltima/dom/events.js 2010-04-07 14:48:37 UTC (rev 1782) +++ branches/ufltima/dom/events.js 2010-04-09 14:42:22 UTC (rev 1783) @@ -184,6 +184,7 @@ if (!cap && (evt.type === this._type)) { this._listener(evt); } + evt = ph = cap = null; } }; /*Eventクラス