Merge pull request #6219 from ibrahimuludag/patch-2

Update knockout.d.ts
This commit is contained in:
Igor Oleinikov 2015-11-12 14:10:44 -08:00
commit 4f7b7e01d3

View File

@ -142,6 +142,7 @@ interface KnockoutAllBindingsAccessor {
}
interface KnockoutBindingHandler {
after?: Array<string>;
init?: (element: any, valueAccessor: () => any, allBindingsAccessor?: KnockoutAllBindingsAccessor, viewModel?: any, bindingContext?: KnockoutBindingContext) => void | { controlsDescendantBindings: boolean; };
update?: (element: any, valueAccessor: () => any, allBindingsAccessor?: KnockoutAllBindingsAccessor, viewModel?: any, bindingContext?: KnockoutBindingContext) => void;
options?: any;