mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
tabs to spaces
This commit is contained in:
2
ember/ember.d.ts
vendored
2
ember/ember.d.ts
vendored
@@ -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