mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
work so it will still compile if implicit any is turned off
This commit is contained in:
Vendored
+1
-1
@@ -502,7 +502,7 @@ declare module Windows {
|
||||
then<U>(success?: () => U, error?: (error: any) => U, progress?: (progress: any) => void): IPromise<U>;
|
||||
done? <U>(success?: () => any, error?: (error: any) => any, progress?: (progress: any) => void): void;
|
||||
|
||||
cancel();
|
||||
cancel(): void;
|
||||
|
||||
completed: Windows.Foundation.AsyncActionCompletedHandler;
|
||||
getResults(): void;
|
||||
|
||||
Reference in New Issue
Block a user