Skip to content
Permalink
Browse files
Merge pull request #663 from presbrey/patch-1
Fix prefilter comment typo.
  • Loading branch information
dmethvin committed Jan 31, 2012
2 parents 0944be0 + 1326510 commit 8e4859f
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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;
}

0 comments on commit 8e4859f

Please sign in to comment.