Merge pull request #2705 from chriscamicas/Knockout-3.2

Knockout 3.2 fix for ko.components
This commit is contained in:
Masahiro Wakame
2014-08-23 15:26:44 +09:00

View File

@@ -545,6 +545,8 @@ interface KnockoutStatic {
writeValue(element: HTMLElement, value: any): void;
};
components: KnockoutComponents;
}
interface KnockoutBindingProvider {