X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=9cff1cd245510782db75f2a29aed5d7d49ae56b6;hb=f53aa62fd3f08ad7a05e99e3836132216a8d5c7d;hp=9bcec930f6ec20be6e51c0c1a73e1d37ea63830d;hpb=f2f399dcd552e73f68c9e8adfe26ef7995724cb3;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 9bcec93..9cff1cd 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -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;