mirror of
https://github.com/jquery/jquery.git
synced 2026-02-04 16:04:57 -05:00
Bug 4366; removing extra space
This commit is contained in:
@@ -611,7 +611,7 @@ jQuery.extend({
|
||||
}
|
||||
} else {
|
||||
for ( ; i < length; ) {
|
||||
if ( callback.call( object[ i ], i, object[ i++ ] ) === false ) {
|
||||
if ( callback.call( object[ i ], i, object[ i++ ] ) === false ) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user