git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
085de84
)
Forgot to remove the child selector in the previous commit.
author
John Resig
<jeresig@gmail.com>
Tue, 12 Oct 2010 14:56:02 +0000
(10:56 -0400)
committer
John Resig
<jeresig@gmail.com>
Tue, 12 Oct 2010 14:56:02 +0000
(10:56 -0400)
src/traversing.js
patch
|
blob
|
history
diff --git
a/src/traversing.js
b/src/traversing.js
index
3ed0a1c
..
23116fa
100644
(file)
--- 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;