aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2007-02-27 21:51:49 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2007-02-27 21:51:49 +0000
commit757138f216bb30859c50b84345d960807e06e252 (patch)
tree56e56eb98de691b0358d9f61df5dd2c2c50033b4 /src
parenta4a6dfa6bd374904360c4e14c69319fe6ea3e180 (diff)
downloadjquery-757138f216bb30859c50b84345d960807e06e252.tar.gz
jquery-757138f216bb30859c50b84345d960807e06e252.zip
Backported wiki changes from http://docs.jquery.com/API/1.1.1/JavaScript
Diffstat (limited to 'src')
-rw-r--r--src/jquery/jquery.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js
index 47343c363..12ec613f6 100644
--- 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.