ember-RSVP Add typing for Ember.RSVP.Promise constructor

This commit is contained in:
Kenneth Kouot
2014-07-03 13:45:42 -07:00
parent 0f4b74d289
commit a44c7d653b
+1
View File
@@ -1501,6 +1501,7 @@ declare module Ember {
}
module RSVP {
class Promise {
constructor(resolver: Function, label?: string);
then(done?: Function, fail?: Function): Promise;
}
}