aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-07-19 16:21:08 +0000
committerJohn Resig <jeresig@gmail.com>2009-07-19 16:21:08 +0000
commit7175b2ffabe57fcd403ca03f2b4ff895f5012836 (patch)
treee2dc97134bf14718fd90120ac095db0fbe3882bd /src/manipulation.js
parent627a32cea2da11673f459d6eff1dc393b8c41d6f (diff)
downloadjquery-7175b2ffabe57fcd403ca03f2b4ff895f5012836.tar.gz
jquery-7175b2ffabe57fcd403ca03f2b4ff895f5012836.zip
Removing extraneous closing ). Fix for [6463].
Diffstat (limited to 'src/manipulation.js')
-rw-r--r--src/manipulation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manipulation.js b/src/manipulation.js
index f577cf837..583d445be 100644
--- 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 ) {