diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2014-11-16 03:17:54 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-12-05 18:32:11 -0800 |
commit | e2376a64bfc9e381871bfe569e259c0e22a81a0a (patch) | |
tree | 4da52ec84ab3b78457678f2e9aaaf9e9e0b3662a /components/script/lib.rs | |
parent | 7d51a543d8d04f9603ceb00d21faa298dda8b6c4 (diff) | |
download | servo-e2376a64bfc9e381871bfe569e259c0e22a81a0a.tar.gz servo-e2376a64bfc9e381871bfe569e259c0e22a81a0a.zip |
Add stub Activatable trait
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 6edcb72ae45..de1ddbe5987 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -82,6 +82,7 @@ pub mod dom { #[path="bindings/codegen/InterfaceTypes.rs"] pub mod types; + pub mod activation; pub mod attr; pub mod blob; pub mod browsercontext; |