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

@ -33,7 +33,8 @@ pub enum EventTypeId {
MessageEventTypeId,
MouseEventTypeId,
ProgressEventTypeId,
UIEventTypeId
UIEventTypeId,
ErrorEventTypeId
}
#[deriving(PartialEq)]