Skip to content

Commit

Permalink
Followup #13779: Backwards-compatible unit test
Browse files Browse the repository at this point in the history
(cherry picked from commit 12a1017)
  • Loading branch information
gibson042 committed Apr 17, 2013
1 parent 03db1ad commit 039371c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/manipulation.js
Expand Up @@ -1577,7 +1577,7 @@ test( "remove() in document order #13779", 1, function() {
cleanData = jQuery.cleanData; cleanData = jQuery.cleanData;


jQuery.cleanData = function( nodes ) { jQuery.cleanData = function( nodes ) {
last = nodes[0].textContent; last = jQuery.text( nodes[0] );
cleanData.call( this, nodes ); cleanData.call( this, nodes );
}; };


Expand Down

1 comment on commit 039371c

@rwaldron
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. Sorry about that!

Please sign in to comment.