Add a spec link.

This commit is contained in:
Josh Matthews 2015-02-03 15:07:37 +00:00
parent 6fd31cdf0f
commit 03ec5a394c

View file

@ -209,6 +209,7 @@ impl<'a> DocumentHelpers<'a> for JSRef<'a, Document> {
self.is_html_document
}
// http://dom.spec.whatwg.org/#dom-document-url
fn url(self) -> Url {
self.url.clone()
}