mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 05:28:05 -05:00
Forgot to remove the child selector in the previous commit.
This commit is contained in:
@@ -4,7 +4,6 @@ var runtil = /Until$/,
|
||||
rparentsprev = /^(?:parents|prevUntil|prevAll)/,
|
||||
// Note: This RegExp should be improved, or likely pulled from Sizzle
|
||||
rmultiselector = /,/,
|
||||
rchild = /(^|,)\s*>/g,
|
||||
isSimple = /^.[^:#\[\.,]*$/,
|
||||
slice = Array.prototype.slice,
|
||||
POS = jQuery.expr.match.POS;
|
||||
|
||||
Reference in New Issue
Block a user