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:
84857ab
)
Fixed bug with singleTag matching in core.js.
author
jeresig
<jeresig@gmail.com>
Mon, 30 Nov 2009 18:42:19 +0000
(13:42 -0500)
committer
jeresig
<jeresig@gmail.com>
Mon, 30 Nov 2009 18:42:19 +0000
(13:42 -0500)
src/core.js
patch
|
blob
|
history
diff --git
a/src/core.js
b/src/core.js
index
3ba2a85
..
e766529
100644
(file)
--- a/
src/core.js
+++ b/
src/core.js
@@
-32,7
+32,7
@@
var jQuery = function( selector, context ) {
rtrim = /^\s+|\s+$/g,
// Match a standalone tag
- rsingleTag = /<(\w+)\s*\/?>(?:<\/\1>)?$/,
+ rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>)?$/,
// Keep a UserAgent string for use with jQuery.browser
userAgent = navigator.userAgent.toLowerCase(),