Showing 2,136 of 3,976 total issues
Avoid too many return
statements within this function. Open
Open
return this;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
if (a === null || b === null) { return a === b; }
Avoid too many return
statements within this function. Open
Open
return compiledName.concat(this.makeCode(": "), val);
Avoid too many return
statements within this function. Open
Open
return this.wrapInBraces(answer);
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 typeof other == 'boolean';
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return a.innerText == b.innerText && a.textContent == b.textContent;
Avoid too many return
statements within this function. Open
Open
if (typeof a != 'object' || typeof b != 'object') { return false; }
Avoid too many return
statements within this function. Open
Open
return ii;
Avoid too many return
statements within this function. Open
Open
return P.component.get( thing )
Avoid too many return
statements within this function. Open
Open
return ii !== -1 ? ii : null;
Avoid too many return
statements within this function. Open
Open
return ii;
Avoid too many return
statements within this function. Open
Open
return ii !== -1 ? ii : null;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return ii !== -1 ? ii : null;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return ii;