Skip to content

Commit

Permalink
formatting changes in non-QSA branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dperini committed Dec 3, 2012
1 parent e1d7e77 commit 22efd5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nwmatcher-base.js
Expand Up @@ -414,10 +414,12 @@
if (status) { break; }
}
}

if (!status) {
emit('Unknown pseudo-class selector "' + selector + '"');
return '';
}

if (!expr) {
emit('Unknown token in selector "' + selector + '"');
return '';
Expand Down

0 comments on commit 22efd5b

Please sign in to comment.