rearrange imports to be in alphabetical order

This commit is contained in:
rohan.prinja 2015-10-30 20:16:27 +09:00
parent 9fd823e449
commit 51df8e310b
56 changed files with 69 additions and 86 deletions

View file

@ -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;