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:
627a32c
)
Removing extraneous closing ). Fix for [6463].
author
John Resig
<jeresig@gmail.com>
Sun, 19 Jul 2009 16:21:08 +0000
(16:21 +0000)
committer
John Resig
<jeresig@gmail.com>
Sun, 19 Jul 2009 16:21:08 +0000
(16:21 +0000)
src/manipulation.js
patch
|
blob
|
history
diff --git
a/src/manipulation.js
b/src/manipulation.js
index
f577cf8
..
583d445
100644
(file)
--- a/
src/manipulation.js
+++ b/
src/manipulation.js
@@
-9,7
+9,7
@@
var rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g,
return rselfClosing.test(tag) ?
all :
front + "></" + tag + ">";
- });
+ };
jQuery.fn.extend({
text: function( text ) {