mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Removing extraneous closing ). Fix for [6463].
This commit is contained in:
parent
627a32cea2
commit
7175b2ffab
@ -9,7 +9,7 @@ var rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g,
|
||||
return rselfClosing.test(tag) ?
|
||||
all :
|
||||
front + "></" + tag + ">";
|
||||
});
|
||||
};
|
||||
|
||||
jQuery.fn.extend({
|
||||
text: function( text ) {
|
||||
|
Loading…
Reference in New Issue
Block a user