Fix formatting.

This commit is contained in:
jeresig 2011-04-10 16:32:40 -04:00
parent b8fd1f03a6
commit 52f31054fd

View file

@ -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);
},