From 7175b2ffabe57fcd403ca03f2b4ff895f5012836 Mon Sep 17 00:00:00 2001
From: John Resig <jeresig@gmail.com>
Date: Sun, 19 Jul 2009 16:21:08 +0000
Subject: [PATCH] Removing extraneous closing ). Fix for [6463].

---
 src/manipulation.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 + "></" + tag + ">";
-	});
+	};
 
 jQuery.fn.extend({
 	text: function( text ) {
-- 
1.7.10.4