mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
fix prefilter comment typo
This commit is contained in:
parent
499658970b
commit
1326510324
@ -641,7 +641,7 @@ jQuery.extend({
|
|||||||
// Apply prefilters
|
// Apply prefilters
|
||||||
inspectPrefiltersOrTransports( prefilters, s, options, jqXHR );
|
inspectPrefiltersOrTransports( prefilters, s, options, jqXHR );
|
||||||
|
|
||||||
// If request was aborted inside a prefiler, stop there
|
// If request was aborted inside a prefilter, stop there
|
||||||
if ( state === 2 ) {
|
if ( state === 2 ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user