fix definition to support dynamic binding property access

This commit is contained in:
bolkhovsky
2014-06-23 17:47:43 +04:00
parent 1dd12f188e
commit e7a6ee50c2
+1
View File
@@ -124,6 +124,7 @@ interface KnockoutBindingContext {
}
interface KnockoutBindingAccessor {
(): any;
get(name: string): any;
has(name: string): boolean;
}