mirror of
https://github.com/jquery/jquery.git
synced 2026-02-12 23:05:09 -05:00
Build: update grunt-jscs-checker and pass with the new rules
This commit is contained in:
@@ -70,7 +70,9 @@ jQuery.Callbacks = function( options ) {
|
||||
firingLength = list.length;
|
||||
firing = true;
|
||||
for ( ; list && firingIndex < firingLength; firingIndex++ ) {
|
||||
if ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) {
|
||||
if ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false &&
|
||||
options.stopOnFalse ) {
|
||||
|
||||
memory = false; // To prevent further calls using add
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user