mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Added logChange to extenders.
Added logChange to extenders. http://knockoutjs.com/documentation/extenders.html
This commit is contained in:
Vendored
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user