From: jaubourg Date: Thu, 29 Nov 2012 16:28:16 +0000 (+0100) Subject: Fixes awkward spacing X-Git-Tag: 1.9.0b1~70 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e63625e16e0e337d2ddafd6b46313434dfae3f84;p=jquery.git Fixes awkward spacing --- diff --git a/src/ajax.js b/src/ajax.js index 4dc4761ea..6dd34a732 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -530,9 +530,8 @@ jQuery.extend({ // Allow custom headers/mimetypes and early abort if ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) { - // Abort if not done already and return - return jqXHR.abort(); - + // Abort if not done already and return + return jqXHR.abort(); } // aborting is no longer a cancellation