Merge pull request #393 from Steve-Fenton/patch-2

Added logChange to extenders.
This commit is contained in:
Diullei Gomes
2013-03-12 05:15:13 -07:00
+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;