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:
0eaead0
)
jquery ajax: File size optimization for compressed code.
author
Ariel Flesler
<aflesler@gmail.com>
Sun, 4 Jan 2009 21:15:02 +0000
(21:15 +0000)
committer
Ariel Flesler
<aflesler@gmail.com>
Sun, 4 Jan 2009 21:15:02 +0000
(21:15 +0000)
src/ajax.js
patch
|
blob
|
history
diff --git
a/src/ajax.js
b/src/ajax.js
index
c255dfe
..
9e30eef
100644
(file)
--- a/
src/ajax.js
+++ b/
src/ajax.js
@@
-143,13
+143,15
@@
jQuery.extend({
url: location.href,
global: true,
type: "GET",
- timeout: 0,
contentType: "application/x-www-form-urlencoded",
processData: true,
async: true,
+ /*
+ timeout: 0,
data: null,
username: null,
password: null,
+ */
// Create the request object; Microsoft failed to properly
// implement the XMLHttpRequest in IE7, so we use the ActiveXObject when it is available
// This function can be overriden by calling jQuery.ajaxSetup