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:
e647a8a
)
Added a fix for h1 + h2 not working. (Bug #1361)
author
John Resig
<jeresig@gmail.com>
Fri, 20 Jul 2007 23:43:12 +0000
(23:43 +0000)
committer
John Resig
<jeresig@gmail.com>
Fri, 20 Jul 2007 23:43:12 +0000
(23:43 +0000)
src/selector/selector.js
patch
|
blob
|
history
diff --git
a/src/selector/selector.js
b/src/selector/selector.js
index
a78cb31
..
b574fa9
100644
(file)
--- a/
src/selector/selector.js
+++ b/
src/selector/selector.js
@@
-142,7
+142,7
@@
jQuery.extend({
if ( t.indexOf(" ") == 0 ) continue;
foundToken = true;
} else {
- re = /^((\/?\.\.)|([>\/+~]))\s*([a-z]*)/i;
+ re = /^((\/?\.\.)|([>\/+~]))\s*(\w*)/i;
if ( (m = re.exec(t)) != null ) {
r = [];