Skip to content
Permalink
Browse files
jquery core: Closes #3033. Removed support for .. selector on jQuery.…
…find.
  • Loading branch information
flesler committed Jul 9, 2008
1 parent aacdeeb commit e132d6b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -266,7 +266,7 @@ jQuery.fn = jQuery.prototype = {
return jQuery.find( selector, elem );
});

return this.pushStack( /[^+>] [^+>]/.test( selector ) || selector.indexOf("..") > -1 ?
return this.pushStack( /[^+>] [^+>]/.test( selector ) ?
jQuery.unique( elems ) :
elems );
},

0 comments on commit e132d6b

Please sign in to comment.