Bug Tracker

Changeset 4446

Show
Ignore:
Timestamp:
01/14/08 19:37:31 (11 months ago)
Author:
jeresig
Message:

And the rest of the _default change.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/src/ajax.js

    r4445 r4446  
    288288            xml.setRequestHeader("Accept", s.dataType && s.accepts[ s.dataType ] ? 
    289289                s.accepts[ s.dataType ] + ", */*" : 
    290                 s.accepts.default ); 
     290                s.accepts._default ); 
    291291        } catch(e){} 
    292292