Skip to content

Commit

Permalink
Fixed default property name for Opera (bug #2159).
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Jan 14, 2008
1 parent 04eb060 commit 047debc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ajax.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jQuery.extend({
script: "text/javascript, application/javascript", script: "text/javascript, application/javascript",
json: "application/json, text/javascript", json: "application/json, text/javascript",
text: "text/plain", text: "text/plain",
default: "*/*" "default": "*/*"
} }
}, },


Expand Down

0 comments on commit 047debc

Please sign in to comment.