mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 05:38:00 -05:00
Fixed bug with the packed version of jQuery.
This commit is contained in:
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
@@ -1434,7 +1434,7 @@ jQuery.extend({
|
||||
fn.call( obj[i], i, obj[i] );
|
||||
else
|
||||
for ( var i = 0, ol = obj.length, val = obj[0];
|
||||
i < ol && fn.call(val,i,val) !== false; val = obj[++i] );
|
||||
i < ol && fn.call(val,i,val) !== false; val = obj[++i] ){}
|
||||
}
|
||||
|
||||
return obj;
|
||||
|
||||
Reference in New Issue
Block a user