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:
04eb060
)
Fixed default property name for Opera (bug #2159).
author
John Resig
<jeresig@gmail.com>
Mon, 14 Jan 2008 19:15:27 +0000
(19:15 +0000)
committer
John Resig
<jeresig@gmail.com>
Mon, 14 Jan 2008 19:15:27 +0000
(19:15 +0000)
src/ajax.js
patch
|
blob
|
history
diff --git
a/src/ajax.js
b/src/ajax.js
index
8bf4a50
..
743857c
100644
(file)
--- a/
src/ajax.js
+++ b/
src/ajax.js
@@
-153,7
+153,7
@@
jQuery.extend({
script: "text/javascript, application/javascript",
json: "application/json, text/javascript",
text: "text/plain",
- default: "*/*"
+ "default": "*/*"
}
},