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

@ -69,6 +69,7 @@ pub mod dom {
pub mod clientrectlist;
pub mod comment;
pub mod console;
pub mod customevent;
pub mod document;
pub mod documentfragment;
pub mod documenttype;