mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Followup #13779: Backwards-compatible unit test
This commit is contained in:
parent
0100becc91
commit
12a1017290
@ -1832,7 +1832,7 @@ test( "remove() in document order #13779", 1, function() {
|
||||
cleanData = jQuery.cleanData;
|
||||
|
||||
jQuery.cleanData = function( nodes ) {
|
||||
last = nodes[0].textContent;
|
||||
last = jQuery.text( nodes[0] );
|
||||
cleanData.call( this, nodes );
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user