Implement CustomEvent (#2173)

This commit is contained in:
Manish Goregaokar 2014-05-09 02:38:02 +05:30
parent c753f3ee05
commit 4c997e8934
6 changed files with 121 additions and 3 deletions

View file

@ -25,6 +25,7 @@ DOMInterfaces = {
'ClientRectList': {},
'Comment': {},
'Console': {},
'CustomEvent': {},
'Document': {},
'DocumentFragment': {},
'DocumentType': {},