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

@ -76,4 +76,4 @@ pub trait Reflectable {
fn reflector(&self) -> &Reflector;
/// Initializes the Reflector
fn init_reflector(&mut self, obj: *mut JSObject);
}
}