Showing 371 of 463 total issues
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 false;
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
if (!equals(o1[key], o2[key])) return false;
Avoid too many return
statements within this function. Open
Open
return isDate(o2) && o1.getTime() == o2.getTime();
Avoid too many return
statements within this function. Open
Open
!isFunction(o2[key])) return false;
Avoid too many return
statements within this function. Open
Open
return pathVal;
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 true;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return results;
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 results;
Avoid too many return
statements within this function. Open
Open
if (isScope(o1) || isScope(o2) || isWindow(o1) || isWindow(o2) || isArray(o2)) return false;
Avoid too many return
statements within this function. Open
Open
if (!key4 || pathVal === null || pathVal === undefined) return pathVal;
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 o1.toString() == o2.toString();
Avoid too many return
statements within this function. Open
Open
return results;