added ErrorEvent WebIDL and errorevent.rs

This commit is contained in:
Ronak Nisher 2014-10-25 11:53:14 -07:00 committed by Josh Matthews
parent 90b0369cdf
commit cbed366bea
7 changed files with 154 additions and 33 deletions

View file

@ -103,6 +103,7 @@ pub mod dom {
pub mod domparser;
pub mod domtokenlist;
pub mod element;
pub mod errorevent;
pub mod event;
pub mod eventdispatcher;
pub mod eventtarget;