Showing 371 of 658 total issues
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return this.constructor( context ).find( selector );
Avoid too many return
statements within this function. Open
Open
return compare & 4 ? -1 : 1;
Avoid too many return
statements within this function. Open
Open
return jQuery.makeArray( selector, this );
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return elem[ name ];
Avoid too many return
statements within this function. Open
Open
return i ?
// Do a sibling check if the nodes have a common ancestor
siblingCheck( ap[i], bp[i] ) :
// Otherwise nodes in our document sort first
Avoid too many return
statements within this function. Open
Open
return results;
Avoid too many return
statements within this function. Open
Open
return results;
Avoid too many return
statements within this function. Open
Open
return rootjQuery.ready( selector );
Avoid too many return
statements within this function. Open
Open
return ret == null ?
undefined :
ret;
Avoid too many return
statements within this function. Open
Open
return ( context || rootjQuery ).find( selector );
Avoid too many return
statements within this function. Open
Open
return this;
Avoid too many return
statements within this function. Open
Open
return select( selector.replace( rtrim, "$1" ), context, results, seed );
Avoid too many return
statements within this function. Open
Open
return a.compareDocumentPosition ? -1 : 1;
Avoid too many return
statements within this function. Open
Open
return ret;
Avoid too many return
statements within this function. Open
Open
return results;
Avoid too many return
statements within this function. Open
Open
return results;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return obj.slider(opts, val);