mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Fixes a regression by calling dataFilter with the second argument set as the dataType.
This commit is contained in:
@@ -456,7 +456,7 @@ jQuery.extend({
|
||||
}
|
||||
} else if ( s.dataFilter ) {
|
||||
|
||||
response = s.dataFilter( response );
|
||||
response = s.dataFilter( response , current );
|
||||
dataTypes = s.dataTypes;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user