diff options
author | rohan.prinja <rohan.prinja@samsung.com> | 2015-10-30 20:16:27 +0900 |
---|---|---|
committer | rohan.prinja <rohan.prinja@samsung.com> | 2015-10-30 20:28:59 +0900 |
commit | 51df8e310be5157263981e0dd368d10ebc693d49 (patch) | |
tree | 9140b7355c02048c5ac353bf9cef72f5783dfb7d /components/script/dom/virtualmethods.rs | |
parent | 9fd823e44983fc0de5abc28ee898df6257f0f5d0 (diff) | |
download | servo-51df8e310be5157263981e0dd368d10ebc693d49.tar.gz servo-51df8e310be5157263981e0dd368d10ebc693d49.zip |
rearrange imports to be in alphabetical order
Diffstat (limited to 'components/script/dom/virtualmethods.rs')
-rw-r--r-- | components/script/dom/virtualmethods.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/virtualmethods.rs b/components/script/dom/virtualmethods.rs index d7ccd181e9d..7223ffd8b37 100644 --- a/components/script/dom/virtualmethods.rs +++ b/components/script/dom/virtualmethods.rs @@ -3,10 +3,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ use dom::attr::{Attr, AttrValue}; +use dom::bindings::inheritance::Castable; use dom::bindings::inheritance::ElementTypeId; use dom::bindings::inheritance::HTMLElementTypeId; use dom::bindings::inheritance::NodeTypeId; -use dom::bindings::inheritance::Castable; use dom::document::Document; use dom::element::{AttributeMutation, Element}; use dom::event::Event; |