mirror of
https://github.com/jquery/jquery.git
synced 2026-02-07 08:44:59 -05:00
match[4] is already saved in check - thanks Balazs.
This commit is contained in:
@@ -573,7 +573,7 @@ var Expr = Sizzle.selectors = {
|
||||
value.indexOf(check) >= 0 :
|
||||
type === "~=" ?
|
||||
(" " + value + " ").indexOf(check) >= 0 :
|
||||
!match[4] ?
|
||||
!check ?
|
||||
result :
|
||||
type === "!=" ?
|
||||
value != check :
|
||||
|
||||
Reference in New Issue
Block a user