From 722788bcc70735bb1144c69d160d66de92ac038f Mon Sep 17 00:00:00 2001 From: jseanxu Date: Wed, 9 Apr 2014 15:19:33 -0700 Subject: [PATCH] This guy can be even more specialized - it takes only img tags. --- winjs/winjs.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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