mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Changed reject to be 'any' per angular docs
This commit is contained in:
2
angularjs/angular.d.ts
vendored
2
angularjs/angular.d.ts
vendored
@@ -391,7 +391,7 @@ module ng {
|
||||
|
||||
interface IDeferred {
|
||||
resolve(value?: any): void;
|
||||
reject(reason?: string): void;
|
||||
reject(reason?: any): void;
|
||||
promise: IPromise;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user