Trait changes, and eliminate 'copy'

This commit is contained in:
Keegan McAllister 2013-08-09 13:41:10 -07:00
parent 907d9f23cf
commit ffe60ea027
30 changed files with 111 additions and 100 deletions

View file

@ -55,7 +55,7 @@ impl Event {
}
pub fn Type(&self) -> DOMString {
copy self.type_
self.type_.clone()
}
pub fn GetTarget(&self) -> Option<@mut EventTarget> {