From: John Resig Date: Sun, 19 Jul 2009 16:21:08 +0000 (+0000) Subject: Removing extraneous closing ). Fix for [6463]. X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=7175b2ffabe57fcd403ca03f2b4ff895f5012836;p=jquery.git Removing extraneous closing ). Fix for [6463]. --- diff --git a/src/manipulation.js b/src/manipulation.js index f577cf8..583d445 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 + ">"; - }); + }; jQuery.fn.extend({ text: function( text ) {