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:
3c641bd
)
Fix the closure in ajax.js too.
author
jaubourg
<aubourg.julian@gmail.com>
Fri, 10 Dec 2010 02:16:50 +0000
(
03:16
+0100)
committer
jaubourg
<aubourg.julian@gmail.com>
Fri, 10 Dec 2010 02:16:50 +0000
(
03:16
+0100)
src/ajax.js
patch
|
blob
|
history
diff --git
a/src/ajax.js
b/src/ajax.js
index
ceeef5e
..
da130fa
100644
(file)
--- a/
src/ajax.js
+++ b/
src/ajax.js
@@
-401,4
+401,4
@@
jQuery.support.ajax = !!testXHR;
// Does this browser support crossDomain XHR requests
jQuery.support.cors = testXHR && "withCredentials" in testXHR;
-})(jQuery);
\ No newline at end of file
+})( jQuery );