Showing 460 of 700 total issues
Avoid too many return
statements within this function. Open
Open
return tree._triggerNodeEvent(
"dblclick",
ctx,
event
) === false
Avoid too many return
statements within this function. Open
Open
return _getRejectedPromise(node, ["rejected"]);
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return !!(this.children && this.children.length);
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return _getResolvedPromise();
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return false; // no default handling
Avoid too many return
statements within this function. Open
Open
return false; // no default handling
Avoid too many return
statements within this function. Open
Open
return dfd.promise();
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return this._superApply(arguments);
Avoid too many return
statements within this function. Open
Open
return elem.disabled === disabled;
Avoid too many return
statements within this function. Open
Open
return sortInput ?
( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
0;
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 this;
Avoid too many return
statements within this function. Open
Open
return results;
Avoid too many return
statements within this function. Open
Open
return root.ready !== undefined ?
root.ready( selector ) :
// Execute immediately if ready is not present
selector( jQuery );
Avoid too many return
statements within this function. Open
Open
return ret == null ? undefined : ret;