mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Update knockout.d.ts
According to the documents $index is an observable.
This commit is contained in:
2
knockout/knockout.d.ts
vendored
2
knockout/knockout.d.ts
vendored
@@ -118,7 +118,7 @@ interface KnockoutBindingContext {
|
||||
$parents: any[];
|
||||
$root: any;
|
||||
$data: any;
|
||||
$index?: number;
|
||||
$index?: KnockoutObservable<number>;
|
||||
$parentContext?: KnockoutBindingContext;
|
||||
|
||||
extend(properties: any): any;
|
||||
|
||||
Reference in New Issue
Block a user