Removing extraneous closing ). Fix for [6463].
[jquery.git] / src / manipulation.js
index f577cf8..583d445 100644 (file)
@@ -9,7 +9,7 @@ var rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g,
                return rselfClosing.test(tag) ?
                        all :
                        front + "></" + tag + ">";
-       });
+       };
 
 jQuery.fn.extend({
        text: function( text ) {