Fixes a regression by calling dataFilter with the second argument set as the dataType.
This commit is contained in:
parent
e9fb7d5be6
commit
ed1144816b
|
@ -456,7 +456,7 @@ jQuery.extend({
|
|||
}
|
||||
} else if ( s.dataFilter ) {
|
||||
|
||||
response = s.dataFilter( response );
|
||||
response = s.dataFilter( response , current );
|
||||
dataTypes = s.dataTypes;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue