mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
bug fix 'knockout->KnockoutExtenders'
This commit is contained in:
Vendored
+1
-1
@@ -242,7 +242,7 @@ interface KnockoutVirtualElements {
|
||||
interface KnockoutExtenders {
|
||||
throttle(target: any, timeout: number): KnockoutComputed;
|
||||
notify(target: any, notifyWhen: string): any;
|
||||
logChange: (target: KnockoutObservableAny, option: string) => KnockoutObservableAny;
|
||||
logChange(target: KnockoutObservableAny, option: string): KnockoutObservableAny;
|
||||
}
|
||||
|
||||
interface KnockoutUtils {
|
||||
|
||||
Reference in New Issue
Block a user