Inline dom::eventdispatcher into dom::event

This commit is contained in:
Anthony Ramine 2017-01-21 15:28:49 +01:00
parent 7aea6e6ea3
commit 7dd5945237
8 changed files with 283 additions and 301 deletions

View file

@ -276,7 +276,6 @@ pub mod domtokenlist;
pub mod element;
pub mod errorevent;
pub mod event;
pub mod eventdispatcher;
pub mod eventsource;
pub mod eventtarget;
pub mod extendableevent;