match[4] is already saved in check - thanks Balazs.
This commit is contained in:
parent
ce90accc58
commit
ab74ce7b57
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ var Expr = Sizzle.selectors = {
|
||||||
value.indexOf(check) >= 0 :
|
value.indexOf(check) >= 0 :
|
||||||
type === "~=" ?
|
type === "~=" ?
|
||||||
(" " + value + " ").indexOf(check) >= 0 :
|
(" " + value + " ").indexOf(check) >= 0 :
|
||||||
!match[4] ?
|
!check ?
|
||||||
result :
|
result :
|
||||||
type === "!=" ?
|
type === "!=" ?
|
||||||
value != check :
|
value != check :
|
||||||
|
|
Loading…
Reference in a new issue