X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=9cff1cd245510782db75f2a29aed5d7d49ae56b6;hb=3fb4779abbd4c8b12efda6a5648da8a7e002cab2;hp=9bcec930f6ec20be6e51c0c1a73e1d37ea63830d;hpb=96f2d0d00ba58f6b23dc5658e6c747526e9254d9;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;