Fix formatting.
This commit is contained in:
parent
b8fd1f03a6
commit
52f31054fd
|
@ -60,7 +60,8 @@ jQuery.fn.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
is: function( selector ) {
|
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);
|
this.filter( selector ).length > 0);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue