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
(parent:
a4a6dfa
)
Backported wiki changes from http://docs.jquery.com/API/1.1.1/JavaScript
author
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Tue, 27 Feb 2007 21:51:49 +0000
(21:51 +0000)
committer
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Tue, 27 Feb 2007 21:51:49 +0000
(21:51 +0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
47343c3
..
12ec613
100644
(file)
--- a/
src/jquery/jquery.js
+++ b/
src/jquery/jquery.js
@@
-1292,7
+1292,7
@@
jQuery.extend({
},
/**
- * A generic iterator function, which can be used to seemlessly
+ * A generic iterator function, which can be used to seamlessly
* iterate over both objects and arrays. This function is not the same
* as $().each() - which is used to iterate, exclusively, over a jQuery
* object. This function can be used to iterate over anything.