Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
url: Set href to null by default
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 3, 2013
1 parent 5dc51d4 commit 5dd91b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dd91b0

Please sign in to comment.