mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Update win.js to include the Template class
This commit is contained in:
Vendored
+6
-2
@@ -56,10 +56,14 @@ declare module WinJS {
|
||||
public isDeclarativeControlContainer: boolean;
|
||||
public bindingInitializer: any;
|
||||
|
||||
constructor(element: HTMLElement, options?: any);
|
||||
public render(dataContext: any, container?: HTMLElement): WinJS.Promise<any>;
|
||||
constructor(element: HTMLElement, options?: any);
|
||||
public render: {
|
||||
(dataContext: any, container?: HTMLElement): WinJS.Promise<HTMLElement>;
|
||||
value(href: string, dataContext: any, container?: HTMLElement): WinJS.Promise<HTMLElement>;
|
||||
};
|
||||
public renderItem(item: any, recycled?: HTMLElement);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
module Namespace {
|
||||
|
||||
Reference in New Issue
Block a user