From 676b6211ed8f4da76bf273fb90d250bc20d35606 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Sat, 19 Dec 2015 19:30:49 +0900 Subject: [PATCH] Fix copypasta from "Merge URLUtils into Location" This fixes some copypasta introduced in f0a73659b4046cc35a28855f3544dead66345689 --- source | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source b/source index 30429b8a957..8853c3d8c5c 100644 --- a/source +++ b/source @@ -80584,49 +80584,49 @@ State: <OUTPUT NAME=I>1</OUTPUT> <INPUT VALUE="Increment" TYPE=BUTTON O
location . toString()
-
location . href
+
location . href

Returns the Location object's URL.

Can be set, to navigate to the given URL.

-
location . origin
+
location . origin

Returns the Location object's URL's origin.

-
location . protocol
+
location . protocol

Returns the Location object's URL's scheme.

Can be set, to navigate to the same URL with a changed scheme.

-
location . host
+
location . host

Returns the Location object's URL's host and port (if different from the default port for the scheme).

Can be set, to navigate to the same URL with a changed host and port.

-
location . hostname
+
location . hostname

Returns the Location object's URL's host.

Can be set, to navigate to the same URL with a changed host.

-
location . port
+
location . port

Returns the Location object's URL's port.

Can be set, to navigate to the same URL with a changed port.

-
location . pathname
+
location . pathname

Returns the Location object's URL's path.

Can be set, to navigate to the same URL with a changed path.

-
location . search
+
location . search

Returns the Location object's URL's query (includes leading "?" if non-empty).

@@ -80634,7 +80634,7 @@ State: <OUTPUT NAME=I>1</OUTPUT> <INPUT VALUE="Increment" TYPE=BUTTON O data-x="">?").

-
location . hash
+
location . hash

Returns the Location object's URL's fragment (includes leading "#" if non-empty).