Merge pull request #402 from Steve-Fenton/patch-3

Removal of logChange method and explanation
This commit is contained in:
Diullei Gomes
2013-03-16 07:22:05 -07:00
-1
View File
@@ -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 {