Merge pull request #2691 from WojciechKrysiak/patch-1

Update knockout.d.ts
This commit is contained in:
John Reilly
2014-08-20 09:26:23 +01:00
+1 -1
View File
@@ -118,7 +118,7 @@ interface KnockoutBindingContext {
$parents: any[];
$root: any;
$data: any;
$index?: number;
$index?: KnockoutObservable<number>;
$parentContext?: KnockoutBindingContext;
extend(properties: any): any;