Fixes awkward spacing

This commit is contained in:
jaubourg 2012-11-29 17:28:16 +01:00
parent 8a79be7894
commit e63625e16e

View File

@ -532,7 +532,6 @@ jQuery.extend({
if ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) {
// Abort if not done already and return
return jqXHR.abort();
}
// aborting is no longer a cancellation