mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added 'ieVersion' , 'isIe6' and 'isIe7' to Knockout utils definition.
This commit is contained in:
Vendored
+4
@@ -264,6 +264,10 @@ interface KnockoutUtils {
|
||||
stringifyJson(data: any, replacer: Function, space: string): string;
|
||||
postJson(urlOrForm: any, data: any, options: any): void;
|
||||
|
||||
ieVersion: number;
|
||||
isIe6: bool;
|
||||
isIe7: bool;
|
||||
|
||||
domNodeDisposal;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user