Update knockout.d.ts

According to the documents $index is an observable.
This commit is contained in:
WojciechKrysiak
2014-08-20 09:52:46 +02:00
parent 108a45f5eb
commit 0e86e57b23

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;