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

Commit 5805aa7

Browse files
authored
Merge pull request #18 from webcomponents/add-webcomponentsjs-changes
Add webcomponentsjs changes
2 parents 79d0190 + 4758781 commit 5805aa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

url.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145

146146
case 'scheme data':
147147
if ('?' == c) {
148-
query = '?';
148+
this._query = '?';
149149
state = 'query';
150150
} else if ('#' == c) {
151151
this._fragment = '#';
@@ -613,4 +613,4 @@
613613

614614
scope.URL = jURL;
615615

616-
})(this);
616+
})(window);

0 commit comments

Comments
 (0)