Added logChange to extenders.

Added logChange to extenders.

http://knockoutjs.com/documentation/extenders.html
This commit is contained in:
Steve Fenton
2013-03-12 12:06:36 +00:00
parent 188311ebef
commit 0016ecf978
+2 -1
View File
@@ -242,6 +242,7 @@ interface KnockoutVirtualElements {
interface KnockoutExtenders {
throttle(target: any, timeout: number): KnockoutComputed;
notify(target: any, notifyWhen: string): any;
logChange: (target: KnockoutObservableAny, option: string) => KnockoutObservableAny;
}
interface KnockoutUtils {
@@ -530,4 +531,4 @@ interface KnockoutStatic {
bindingProvider: any;
}
declare var ko: KnockoutStatic;
declare var ko: KnockoutStatic;