From d72558d1598a48f27c0751882f41a52cbddd136a Mon Sep 17 00:00:00 2001 From: Igor Oleinikov Date: Sat, 28 Jun 2014 19:06:51 +0400 Subject: [PATCH] Removed ko.bindingProvider.getBindingsString. --- knockout/knockout.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/knockout/knockout.d.ts b/knockout/knockout.d.ts index e3d5e42cb..4428e48ac 100644 --- a/knockout/knockout.d.ts +++ b/knockout/knockout.d.ts @@ -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; }; }