Forgot to remove the child selector in the previous commit.
This commit is contained in:
parent
085de84959
commit
478fa8fdb3
|
@ -4,7 +4,6 @@ var runtil = /Until$/,
|
||||||
rparentsprev = /^(?:parents|prevUntil|prevAll)/,
|
rparentsprev = /^(?:parents|prevUntil|prevAll)/,
|
||||||
// Note: This RegExp should be improved, or likely pulled from Sizzle
|
// Note: This RegExp should be improved, or likely pulled from Sizzle
|
||||||
rmultiselector = /,/,
|
rmultiselector = /,/,
|
||||||
rchild = /(^|,)\s*>/g,
|
|
||||||
isSimple = /^.[^:#\[\.,]*$/,
|
isSimple = /^.[^:#\[\.,]*$/,
|
||||||
slice = Array.prototype.slice,
|
slice = Array.prototype.slice,
|
||||||
POS = jQuery.expr.match.POS;
|
POS = jQuery.expr.match.POS;
|
||||||
|
|
Loading…
Reference in a new issue