We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0944be0 + 1326510 commit 8e4859fCopy full SHA for 8e4859f
src/ajax.js
@@ -641,7 +641,7 @@ jQuery.extend({
641
// Apply prefilters
642
inspectPrefiltersOrTransports( prefilters, s, options, jqXHR );
643
644
- // If request was aborted inside a prefiler, stop there
+ // If request was aborted inside a prefilter, stop there
645
if ( state === 2 ) {
646
return false;
647
}
0 commit comments