From: John Resig Date: Tue, 12 Oct 2010 14:56:02 +0000 (-0400) Subject: Forgot to remove the child selector in the previous commit. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=478fa8fdb399c61acdbcc09d079aa4d6cecc2b60 Forgot to remove the child selector in the previous commit. --- diff --git a/src/traversing.js b/src/traversing.js index 3ed0a1c..23116fa 100644 --- a/src/traversing.js +++ b/src/traversing.js @@ -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;