svnno****@sourc*****
svnno****@sourc*****
2010年 10月 29日 (金) 23:11:43 JST
Revision: 2102 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2102 Author: dhrname Date: 2010-10-29 23:11:43 +0900 (Fri, 29 Oct 2010) Log Message: ----------- Event生成の最適化 Modified Paths: -------------- branches/06x/062/org/w3c/dom/events.js Modified: branches/06x/062/org/w3c/dom/events.js =================================================================== --- branches/06x/062/org/w3c/dom/events.js 2010-10-28 14:11:27 UTC (rev 2101) +++ branches/06x/062/org/w3c/dom/events.js 2010-10-29 14:11:43 UTC (rev 2102) @@ -216,7 +216,7 @@ *イベントの雛形となる。プロパティもすべて含めて、必須 */ function Event() { - /*DOMTimeStamp*/ this.timeStamp = (new Date()).getTime(); + /*DOMTimeStamp*/ this.timeStamp = +(new Date()); return this; }; // PhaseType