git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
96f2d0d
)
Fixed bug with the packed version of jQuery.
author
John Resig
<jeresig@gmail.com>
Wed, 22 Aug 2007 06:47:44 +0000
(06:47 +0000)
committer
John Resig
<jeresig@gmail.com>
Wed, 22 Aug 2007 06:47:44 +0000
(06:47 +0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
9bcec93
..
9cff1cd
100644
(file)
--- 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;