Bug Tracker

Changeset 4445

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

Tweaked the default Accept header to _default.

Files:
1 modified

Legend:

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

    r4443 r4445  
    154154            json: "application/json, text/javascript", 
    155155            text: "text/plain", 
    156             "default": "*/*" 
     156            _default: "*/*" 
    157157        } 
    158158    },