diff options
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; |