url: Set href to null by default
This commit is contained in:
parent
5dc51d4e21
commit
5dd91b0147
@ -40,6 +40,7 @@ function Url() {
|
||||
this.query = null;
|
||||
this.pathname = null;
|
||||
this.path = null;
|
||||
this.href = null;
|
||||
}
|
||||
|
||||
// Reference: RFC 3986, RFC 1808, RFC 2396
|
||||
|
Loading…
x
Reference in New Issue
Block a user