Fixes a regression by calling dataFilter with the second argument set as the dataType.

This commit is contained in:
jaubourg 2011-01-13 00:49:58 +01:00
parent e9fb7d5be6
commit ed1144816b

View file

@ -456,7 +456,7 @@ jQuery.extend({
} }
} else if ( s.dataFilter ) { } else if ( s.dataFilter ) {
response = s.dataFilter( response ); response = s.dataFilter( response , current );
dataTypes = s.dataTypes; dataTypes = s.dataTypes;
} }
} }