mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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 New Issue
Block a user