Bug 1398630: Follow-up: Fix another typo. r=me

MozReview-Commit-ID: HmaqWzfLVGa
This commit is contained in:
Kris Maglione 2017-09-11 17:03:20 -07:00
parent 372f1ef672
commit 30c5c2457e

View File

@ -224,7 +224,7 @@ const query = function* (detailsIn, props, context) {
return false;
}
if (!pathMatches(url.path)) {
if (!pathMatches(url.pathname)) {
return false;
}
}