mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
tabs to spaces
This commit is contained in:
Vendored
+1
-1
@@ -1501,7 +1501,7 @@ declare module Ember {
|
||||
}
|
||||
module RSVP {
|
||||
class Promise {
|
||||
constructor(resolver: Function, label?: string);
|
||||
constructor(resolver: Function, label?: string);
|
||||
then(done?: Function, fail?: Function): Promise;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user