Merge pull request #3726 from SergioMorchon/patch-2

Update knockout.d.ts
This commit is contained in:
Masahiro Wakame
2015-02-25 01:11:34 +09:00
+1
View File
@@ -118,6 +118,7 @@ interface KnockoutBindingContext {
$parents: any[];
$root: any;
$data: any;
$rawData: any | KnockoutObservable<any>;
$index?: KnockoutObservable<number>;
$parentContext?: KnockoutBindingContext;