mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Adjust prefilter test to error on string indexing in oldIE
This commit is contained in:
parent
0bc0a69026
commit
c6b4230d5c
@ -1569,7 +1569,8 @@ module( "ajax", {
|
||||
|
||||
ajaxTest( "jQuery.ajaxPrefilter() - abort", 1, {
|
||||
setup: function() {
|
||||
jQuery.ajaxPrefilter(function( options, _, jqXHR ) {
|
||||
// Ensure prefix does not throw an error
|
||||
jQuery.ajaxPrefilter("+prefix *", function( options, _, jqXHR ) {
|
||||
if ( options.abortInPrefilter ) {
|
||||
jqXHR.abort();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user