Skip to content

Commit

Permalink
Fixed mixing of tabs & spaces to make JSLint happier.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaubourg committed Jan 6, 2011
1 parent c43b078 commit 47e4cc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -901,10 +901,10 @@ jQuery.extend({
// Add errorDeferred methods and redefine cancel
jQuery.extend( deferred , {

then: function( completeCallbacks , failCallbacks ) {
deferred.complete( completeCallbacks ).fail( failCallbacks );
return this;
},
then: function( completeCallbacks , failCallbacks ) {
deferred.complete( completeCallbacks ).fail( failCallbacks );
return this;
},
fail: failDeferred.complete,
fireReject: failDeferred.fire,
reject: failDeferred.resolve,
Expand Down

0 comments on commit 47e4cc1

Please sign in to comment.