Merge pull request #129 from BreeeZe/master

Added missing properties to Knockout
This commit is contained in:
Boris Yankov
2012-12-13 15:16:42 -08:00
+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;
}