diff --git a/winjs/winjs.d.ts b/winjs/winjs.d.ts index 716939ea0..7ce907b2f 100644 --- a/winjs/winjs.d.ts +++ b/winjs/winjs.d.ts @@ -6747,7 +6747,7 @@ declare module WinJS.UI { * @param image The img element that will display the thumbnail. * @returns A Promise that completes when the full-quality thumbnail is visible. **/ - loadThumbnail(item: IItem, image: HTMLElement): Promise; + loadThumbnail(item: IItem, image: HTMLImageElement): Promise; //#endregion Methods