Bug 4366; removing extra space

This commit is contained in:
Jordan Boesch 2011-03-30 11:26:20 -06:00
parent 3296116041
commit 926884bf1f

View file

@ -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;
}
}