Knockout: dateItemAlias is optional

This commit is contained in:
John Reilly
2013-11-07 12:16:09 +00:00
parent 48986647b4
commit af41ded271

View File

@@ -123,7 +123,7 @@ interface KnockoutBindingContext {
$parentContext?: KnockoutBindingContext;
extend(properties: any): any;
createChildContext(dataItemOrAccessor: any, dataItemAlias: any, extendCallback?: Function): any;
createChildContext(dataItemOrAccessor: any, dataItemAlias?: any, extendCallback?: Function): any;
}
interface KnockoutBindingHandler {