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) ?
|
return rselfClosing.test(tag) ?
|
||||||
all :
|
all :
|
||||||
front + "></" + tag + ">";
|
front + "></" + tag + ">";
|
||||||
});
|
};
|
||||||
|
|
||||||
jQuery.fn.extend({
|
jQuery.fn.extend({
|
||||||
text: function( text ) {
|
text: function( text ) {
|
||||||
|
|
Loading…
Reference in a new issue