mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 01:00:05 +00:00
Merge pull request #119 from BreeeZe/master
Added 'applyBindindsToNode' in Knockout
This commit is contained in:
1
knockout/knockout-2.2.d.ts
vendored
1
knockout/knockout-2.2.d.ts
vendored
@@ -277,6 +277,7 @@ interface KnockoutStatic {
|
||||
|
||||
applyBindings(viewModel: any, rootNode?: any): void;
|
||||
applyBindingsToDescendants(viewModel: any, rootNode: any): void;
|
||||
applyBindingsToNode(node: Element, options: any, viewModel: any): void;
|
||||
|
||||
subscribable: KnockoutSubscribableStatic;
|
||||
observable: KnockoutObservableStatic;
|
||||
|
||||
Reference in New Issue
Block a user