]> source.dussan.org Git - jquery.git/commitdiff
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 f577cf83772928522e2c42e70ccff2114d788207..583d445be23296879e6e03de950a1c820d819c57 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 ) {