mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 04:47:55 -05:00
And the rest of the _default change.
This commit is contained in:
@@ -287,7 +287,7 @@ jQuery.extend({
|
||||
// Set the Accepts header for the server, depending on the dataType
|
||||
xml.setRequestHeader("Accept", s.dataType && s.accepts[ s.dataType ] ?
|
||||
s.accepts[ s.dataType ] + ", */*" :
|
||||
s.accepts.default );
|
||||
s.accepts._default );
|
||||
} catch(e){}
|
||||
|
||||
// Allow custom headers/mimetypes
|
||||
|
||||
Reference in New Issue
Block a user