mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Removed ko.bindingProvider.getBindingsString.
This commit is contained in:
Vendored
-1
@@ -539,7 +539,6 @@ interface KnockoutStatic {
|
||||
interface KnockoutBindingProvider {
|
||||
nodeHasBindings(node: Node): boolean;
|
||||
getBindings(node: Node, bindingContext: KnockoutBindingContext): {};
|
||||
getBindingsString(node: Node, bindingContext: KnockoutBindingContext): string;
|
||||
getBindingAccessors(node: Node, bindingContext: KnockoutBindingContext): { [key: string]: string; };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user