diff options
author | Paul Rouget <me@paulrouget.com> | 2016-02-17 09:34:59 +0100 |
---|---|---|
committer | Paul Rouget <me@paulrouget.com> | 2016-02-18 03:49:31 +0100 |
commit | c7195cb456e766681b9ab3bfffd1b4edb0f5d454 (patch) | |
tree | 8d516b7a9e1cacff1881c84f5abf8c0969690d60 /components/script/dom/mod.rs | |
parent | 64ad9e17d9323862833daa60290b037ea8334424 (diff) | |
download | servo-c7195cb456e766681b9ab3bfffd1b4edb0f5d454.tar.gz servo-c7195cb456e766681b9ab3bfffd1b4edb0f5d454.zip |
Implement focus and blur events
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 56693280f2f..3fdf140a0ef 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -253,6 +253,7 @@ pub mod eventtarget; pub mod file; pub mod filelist; pub mod filereader; +pub mod focusevent; pub mod formdata; pub mod htmlanchorelement; pub mod htmlappletelement; |