diff options
author | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2018-10-26 16:54:35 +0200 |
---|---|---|
committer | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2018-10-31 18:35:53 +0100 |
commit | 664d5cd2fadc852e72c2461db94f0f2720cd7c40 (patch) | |
tree | d9c5c1830ae7b4d5bcb5e88b151c6225aa8914d2 /components/script/dom/mod.rs | |
parent | 662fd0afa49ff48888e7f6fe42e23470117b2ddd (diff) | |
download | servo-664d5cd2fadc852e72c2461db94f0f2720cd7c40.tar.gz servo-664d5cd2fadc852e72c2461db94f0f2720cd7c40.zip |
Implement TimeRanges interface
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 88b50d54f2f..0c901a02d15 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -458,6 +458,7 @@ pub mod text; pub mod textcontrol; pub mod textdecoder; pub mod textencoder; +pub mod timeranges; pub mod touch; pub mod touchevent; pub mod touchlist; |