Skip to content

Commit

Permalink
Filtering elements only. Fixed #5920
Browse files Browse the repository at this point in the history
  • Loading branch information
rkatic authored and jeresig committed Jan 25, 2010
1 parent ca90ffb commit 55a64cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traversing.js
Expand Up @@ -24,7 +24,7 @@ var winnow = function( elements, qualifier, keep ) {
if ( isSimple.test( qualifier ) ) {
return jQuery.filter(qualifier, filtered, !keep);
} else {
qualifier = jQuery.filter( qualifier, elements );
qualifier = jQuery.filter( qualifier, filtered );
}
}

Expand Down

0 comments on commit 55a64cf

Please sign in to comment.