Skip to content

Commit

Permalink
Merge pull request #11449 from stefanpenner/remove-rsvp-fail
Browse files Browse the repository at this point in the history
[CLEANUP Bugfix] (╯°□°)╯︵ ʃıɐɟ
  • Loading branch information
rwjblue committed Jun 15, 2015
2 parents 6cb71d7 + 0126519 commit 3a842b6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/ember-runtime/lib/ext/rsvp.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ RSVP.configure('async', function(callback, promise) {
});
});

RSVP.Promise.prototype.fail = function(callback, label) {
Ember.deprecate('RSVP.Promise.fail has been renamed as RSVP.Promise.catch');
return this['catch'](callback, label);
};

export function onerrorDefault(e) {
var error;

Expand Down

0 comments on commit 3a842b6

Please sign in to comment.