Skip to content

Commit

Permalink
Forgot to remove the child selector in the previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Oct 12, 2010
1 parent 085de84 commit 478fa8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/traversing.js
Expand Up @@ -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;
Expand Down

0 comments on commit 478fa8f

Please sign in to comment.