Added 'ieVersion' , 'isIe6' and 'isIe7' to Knockout utils definition.

This commit is contained in:
BreeeZe
2012-12-26 09:28:16 +01:00
committed by Damiano
parent 318db9c30a
commit 185e737528
+4
View File
@@ -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;
}