Removing extraneous closing ). Fix for [6463].

This commit is contained in:
John Resig 2009-07-19 16:21:08 +00:00
parent 627a32cea2
commit 7175b2ffab

View 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 ) {