diff options
author | John Resig <jeresig@gmail.com> | 2009-07-19 16:21:08 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-07-19 16:21:08 +0000 |
commit | 7175b2ffabe57fcd403ca03f2b4ff895f5012836 (patch) | |
tree | e2dc97134bf14718fd90120ac095db0fbe3882bd /src/manipulation.js | |
parent | 627a32cea2da11673f459d6eff1dc393b8c41d6f (diff) | |
download | jquery-7175b2ffabe57fcd403ca03f2b4ff895f5012836.tar.gz jquery-7175b2ffabe57fcd403ca03f2b4ff895f5012836.zip |
Removing extraneous closing ). Fix for [6463].
Diffstat (limited to 'src/manipulation.js')
-rw-r--r-- | src/manipulation.js | 2 |
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 ) { |