diff options
Diffstat (limited to 'src/manipulation.js')
-rw-r--r-- | src/manipulation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manipulation.js b/src/manipulation.js index 789bf54e7..eea377b7e 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -333,7 +333,7 @@ jQuery.each({ jQuery.each({ // keepData is for internal use only--do not document remove: function( selector, keepData ) { - if ( !selector || jQuery.multiFilter( selector, [ this ] ).length ) { + if ( !selector || jQuery.filter( selector, [ this ] ).length ) { if ( !keepData && this.nodeType === 1 ) { cleanData( this.getElementsByTagName("*") ); cleanData( [ this ] ); |