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

Commit 4758781

Browse files
committed
use this._query instead of query, which isn't a thing
1 parent 2cd6599 commit 4758781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

url.js

Lines changed: 1 addition & 1 deletion
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 = '#';

0 commit comments

Comments
 (0)