]> source.dussan.org Git - jquery.git/commitdiff
Fixes awkward spacing
authorjaubourg <j@ubourg.net>
Thu, 29 Nov 2012 16:28:16 +0000 (17:28 +0100)
committerjaubourg <j@ubourg.net>
Thu, 29 Nov 2012 16:28:16 +0000 (17:28 +0100)
src/ajax.js

index 4dc4761ea1c3ef5b44783e21dcc207668d6ab6e6..6dd34a7326887dc156ac29dfa4aa3613912ad588 100644 (file)
@@ -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