Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #18 from webcomponents/add-webcomponentsjs-changes
Browse files Browse the repository at this point in the history
Add webcomponentsjs changes
  • Loading branch information
notwaldorf authored Dec 14, 2016
2 parents 79d0190 + 4758781 commit 5805aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions url.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@

case 'scheme data':
if ('?' == c) {
query = '?';
this._query = '?';
state = 'query';
} else if ('#' == c) {
this._fragment = '#';
Expand Down Expand Up @@ -613,4 +613,4 @@

scope.URL = jURL;

})(this);
})(window);

0 comments on commit 5805aa7

Please sign in to comment.