Merge pull request #663 from presbrey/patch-1

Fix prefilter comment typo.
This commit is contained in:
Dave Methvin
2012-01-30 19:56:41 -08:00

View File

@@ -641,7 +641,7 @@ jQuery.extend({
// Apply prefilters
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 ) {
return false;
}