diff options
Diffstat (limited to 'src/components/script/dom/htmlparagraphelement.rs')
-rw-r--r-- | src/components/script/dom/htmlparagraphelement.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/script/dom/htmlparagraphelement.rs b/src/components/script/dom/htmlparagraphelement.rs index cf5e4aefc91..95620dec3dd 100644 --- a/src/components/script/dom/htmlparagraphelement.rs +++ b/src/components/script/dom/htmlparagraphelement.rs @@ -54,4 +54,3 @@ impl<'a> HTMLParagraphElementMethods for JSRef<'a, HTMLParagraphElement> { Ok(()) } } - |