mirror of
https://github.com/jquery/jquery.git
synced 2026-02-10 02:15:04 -05:00
Remove test for bug #7369 to move the fix to a separate branch for a sooner pull
This commit is contained in:
@@ -112,7 +112,7 @@ jQuery.fn.extend({
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
// String
|
||||
var pos = POS.test( selectors ) || typeof selectors !== "string" ?
|
||||
jQuery( selectors, context || this.context ) :
|
||||
@@ -135,7 +135,7 @@ jQuery.fn.extend({
|
||||
}
|
||||
}
|
||||
|
||||
ret = ret.length > 1 ? jQuery.unique(ret) : ret;
|
||||
ret = ret.length > 1 ? jQuery.unique( ret ) : ret;
|
||||
|
||||
return this.pushStack( ret, "closest", selectors );
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user