Bug Tracker

Changeset 4443

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

Fixed default property name for Opera (bug #2159).

Files:
1 modified

Legend:

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

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