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

@ -6,8 +6,8 @@ use dom::bindings::codegen::Bindings::LocationBinding;
use dom::bindings::codegen::Bindings::LocationBinding::LocationMethods;
use dom::bindings::global::GlobalRef;
use dom::bindings::js::{JS, Root};
use dom::bindings::str::USVString;
use dom::bindings::reflector::{Reflector, reflect_dom_object};
use dom::bindings::str::USVString;
use dom::urlhelper::UrlHelper;
use dom::window::Window;
use url::{Url, UrlParser};