svnno****@sourc*****
svnno****@sourc*****
2011年 1月 2日 (日) 21:57:06 JST
Revision: 2268 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2268 Author: dhrname Date: 2011-01-02 21:57:06 +0900 (Sun, 02 Jan 2011) Log Message: ----------- initEventメソッドを修正 Modified Paths: -------------- branches/06x/067/org/w3c/dom/events.js Modified: branches/06x/067/org/w3c/dom/events.js =================================================================== --- branches/06x/067/org/w3c/dom/events.js 2011-01-01 09:07:29 UTC (rev 2267) +++ branches/06x/067/org/w3c/dom/events.js 2011-01-02 12:57:06 UTC (rev 2268) @@ -241,7 +241,6 @@ this.type = eventTypeArg; this.bubbles = canBubbleArg; this.cancelable = cancelableArg; - this.eventPhase = Event.CAPTURING_PHASE; //初期化 } }; /*Documentノードに直接結びつける