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:
98b1b58
)
Fixed typo
author
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Thu, 21 Dec 2006 18:37:24 +0000
(18:37 +0000)
committer
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Thu, 21 Dec 2006 18:37:24 +0000
(18:37 +0000)
src/ajax/ajax.js
patch
|
blob
|
history
diff --git
a/src/ajax/ajax.js
b/src/ajax/ajax.js
index
485bf1b
..
2e222d4
100644
(file)
--- a/
src/ajax/ajax.js
+++ b/
src/ajax/ajax.js
@@
-475,7
+475,7
@@
jQuery.extend({
* Last-Modified header. Default value is false, ignoring the header.
*
* (Number) timeout - Local timeout to override global timeout, eg. to give a
- * single request a longer timeout while all others timeout after 1 seconds.
+ * single request a longer timeout while all others timeout after 1 second.
* See $.ajaxTimeout() for global timeouts.
*
* (Boolean) global - Whether to trigger global AJAX event handlers for