aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2014-10-03 11:12:33 -0400
committerJosh Matthews <josh@joshmatthews.net>2014-11-13 11:24:14 -0500
commitbb7074698afbe02776ea02861d795d885ace923e (patch)
tree9952d33ab95e515843ea1057c2c815340f9690bd /components/script/lib.rs
parent1c64dabb150da4152957b2c6e16f30d5201328e1 (diff)
downloadservo-bb7074698afbe02776ea02861d795d885ace923e.tar.gz
servo-bb7074698afbe02776ea02861d795d885ace923e.zip
Add KeyboardEvent stub.
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 1d64397e20e..959c245b63f 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -178,6 +178,7 @@ pub mod dom {
pub mod htmlulistelement;
pub mod htmlvideoelement;
pub mod htmlunknownelement;
+ pub mod keyboardevent;
pub mod location;
pub mod messageevent;
pub mod mouseevent;