Remove extra spaces

Command: `find . -maxdepth 1 -type f -print0 | xargs -0 sed -z -i "s/}\\n\\n\\n/}\\n\\n/"`
This commit is contained in:
Manish Goregaokar 2014-12-01 10:50:17 -05:00
parent 552db382d6
commit 7d65673561
23 changed files with 0 additions and 23 deletions

View file

@ -98,7 +98,6 @@ impl<'a> VirtualMethods for JSRef<'a, HTMLAnchorElement> {
}
}
impl<'a> HTMLAnchorElementMethods for JSRef<'a, HTMLAnchorElement> {
fn Text(self) -> DOMString {
let node: JSRef<Node> = NodeCast::from_ref(self);