Skip to content

Commit

Permalink
Fixes awkward spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaubourg committed Nov 29, 2012
1 parent 8a79be7 commit e63625e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ajax.js
Expand Up @@ -530,9 +530,8 @@ jQuery.extend({


// Allow custom headers/mimetypes and early abort // Allow custom headers/mimetypes and early abort
if ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) { if ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) {
// Abort if not done already and return // Abort if not done already and return
return jqXHR.abort(); return jqXHR.abort();

} }


// aborting is no longer a cancellation // aborting is no longer a cancellation
Expand Down

0 comments on commit e63625e

Please sign in to comment.