svnno****@sourc*****
svnno****@sourc*****
2010年 2月 5日 (金) 21:45:19 JST
Revision: 1644 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1644 Author: dhrname Date: 2010-02-05 21:45:19 +0900 (Fri, 05 Feb 2010) Log Message: ----------- Modified Paths: -------------- branches/ufltima/dom/events.js Modified: branches/ufltima/dom/events.js =================================================================== --- branches/ufltima/dom/events.js 2010-02-05 12:36:20 UTC (rev 1643) +++ branches/ufltima/dom/events.js 2010-02-05 12:45:19 UTC (rev 1644) @@ -85,6 +85,7 @@ /*unsigned short*/ EventException.UNSPECIFIED_EVENT_TYPE_ERR = 0; //イベントの型が定義されていないエラー EventException.prototype = new DOMException(); +EventException.constructor = DOMException; /* // Introduced in DOM Level 2: