mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Fix formatting.
This commit is contained in:
parent
b8fd1f03a6
commit
52f31054fd
@ -60,7 +60,8 @@ jQuery.fn.extend({
|
||||
},
|
||||
|
||||
is: function( selector ) {
|
||||
return !!selector && (typeof selector === "string" ? jQuery.filter( selector, this ).length > 0 :
|
||||
return !!selector && (typeof selector === "string" ?
|
||||
jQuery.filter( selector, this ).length > 0 :
|
||||
this.filter( selector ).length > 0);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user