diff options
author | Josh Matthews <josh@joshmatthews.net> | 2014-10-03 11:12:33 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2014-11-13 11:24:14 -0500 |
commit | bb7074698afbe02776ea02861d795d885ace923e (patch) | |
tree | 9952d33ab95e515843ea1057c2c815340f9690bd /components/script/lib.rs | |
parent | 1c64dabb150da4152957b2c6e16f30d5201328e1 (diff) | |
download | servo-bb7074698afbe02776ea02861d795d885ace923e.tar.gz servo-bb7074698afbe02776ea02861d795d885ace923e.zip |
Add KeyboardEvent stub.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
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; |