diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2007-04-25 21:22:04 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2007-04-25 21:22:04 +0000 |
commit | 33ee5c317d0f1aa64d8d8e567425dd8fe2789cd0 (patch) | |
tree | 61c7944118257bc270c3f015558d34c7a39555fe /src/ajax/ajax.js | |
parent | 0539495e865aa81f4124c2557c4f9514eeeaee3f (diff) | |
download | jquery-33ee5c317d0f1aa64d8d8e567425dd8fe2789cd0.tar.gz jquery-33ee5c317d0f1aa64d8d8e567425dd8fe2789cd0.zip |
Minor cleanup
Diffstat (limited to 'src/ajax/ajax.js')
-rw-r--r-- | src/ajax/ajax.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ajax/ajax.js b/src/ajax/ajax.js index e65a0f776..102c7f900 100644 --- a/src/ajax/ajax.js +++ b/src/ajax/ajax.js @@ -408,9 +408,6 @@ jQuery.extend({ }); }, - // timeout (ms) - //timeout: 0, - /** * Set the timeout in milliseconds of all AJAX requests to a specific amount of time. * This will make all future AJAX requests timeout after a specified amount |