mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Add ko.utils.setHtml to KnockoutUtils interface (2 overloads total).
This commit is contained in:
Vendored
+2
@@ -265,6 +265,8 @@ interface KnockoutUtils {
|
||||
parseJson(jsonString: string): any;
|
||||
stringifyJson(data: any, replacer: Function, space: string): string;
|
||||
postJson(urlOrForm: any, data: any, options: any): void;
|
||||
setHtml(node: Element, html: string): void;
|
||||
setHtml(node: Element, html: () => string): void;
|
||||
|
||||
ieVersion: number;
|
||||
isIe6: bool;
|
||||
|
||||
Reference in New Issue
Block a user