Ember.Deferred Class
Methods
reject
()
Reject a Deferred object and call any failCallbacks
with the given args.
resolve
()
Resolve a Deferred object and call any doneCallbacks
with the given args.