aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorRonak Nisher <nisher.ronak@gmail.com>2014-10-25 11:53:14 -0700
committerJosh Matthews <josh@joshmatthews.net>2014-12-04 21:22:15 -0800
commitcbed366beaa5a3393a2cdeaafbccd64d30935cda (patch)
tree386d12b0918029ef025f559f73c571d8571832be /components/script/lib.rs
parent90b0369cdfbd62b6c6fa745beffdfd206c825543 (diff)
downloadservo-cbed366beaa5a3393a2cdeaafbccd64d30935cda.tar.gz
servo-cbed366beaa5a3393a2cdeaafbccd64d30935cda.zip
added ErrorEvent WebIDL and errorevent.rs
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 3470cd63652..40161b98191 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -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;