Skip to content
Permalink
Browse files
match[4] is already saved in check - thanks Balazs.
  • Loading branch information
jeresig committed Feb 9, 2009
1 parent ce90acc commit ab74ce7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -573,7 +573,7 @@ var Expr = Sizzle.selectors = {
value.indexOf(check) >= 0 :
type === "~=" ?
(" " + value + " ").indexOf(check) >= 0 :
!match[4] ?
!check ?
result :
type === "!=" ?
value != check :

0 comments on commit ab74ce7

Please sign in to comment.