Removing extraneous closing ). Fix for [6463].
authorJohn Resig <jeresig@gmail.com>
Sun, 19 Jul 2009 16:21:08 +0000 (16:21 +0000)
committerJohn Resig <jeresig@gmail.com>
Sun, 19 Jul 2009 16:21:08 +0000 (16:21 +0000)
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 ) {