Showing 139 of 155 total issues
Function remove
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
remove: function( elem, types, handler, selector, mappedTypes ) {
Function Tween
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function Tween( elem, options, prop, end, easing ) {
Method liner_interpolate
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def self.liner_interpolate(start_x, start_y, end_x, end_y, x)
Function add
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
add: function( elem, types, handler, data, selector ) {
Avoid too many return
statements within this function. Open
Open
return results;
Avoid too many return
statements within this function. Open
Open
return key === undefined || core_hasOwn.call( obj, key );
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 results;
Avoid too many return
statements within this function. Open
Open
return ret;
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 results;
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 compare & 4 ? -1 : 1;
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 ret == null ?
undefined :
ret;
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 results;
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 );