mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
Merge pull request #402 from Steve-Fenton/patch-3
Removal of logChange method and explanation
This commit is contained in:
Vendored
-1
@@ -242,7 +242,6 @@ interface KnockoutVirtualElements {
|
||||
interface KnockoutExtenders {
|
||||
throttle(target: any, timeout: number): KnockoutComputed;
|
||||
notify(target: any, notifyWhen: string): any;
|
||||
logChange(target: KnockoutObservableAny, option: string): KnockoutObservableAny;
|
||||
}
|
||||
|
||||
interface KnockoutUtils {
|
||||
|
||||
Reference in New Issue
Block a user