Skip to content

Commit ab74ce7

Browse files
committed
match[4] is already saved in check - thanks Balazs.
1 parent ce90acc commit ab74ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/selector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ var Expr = Sizzle.selectors = {
573573
value.indexOf(check) >= 0 :
574574
type === "~=" ?
575575
(" " + value + " ").indexOf(check) >= 0 :
576-
!match[4] ?
576+
!check ?
577577
result :
578578
type === "!=" ?
579579
value != check :

0 commit comments

Comments
 (0)