mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 21:48:00 -05:00
Removing extraneous closing ). Fix for [6463].
This commit is contained in:
@@ -9,7 +9,7 @@ var rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g,
|
||||
return rselfClosing.test(tag) ?
|
||||
all :
|
||||
front + "></" + tag + ">";
|
||||
});
|
||||
};
|
||||
|
||||
jQuery.fn.extend({
|
||||
text: function( text ) {
|
||||
|
||||
Reference in New Issue
Block a user