bug fix 'knockout->KnockoutExtenders'

This commit is contained in:
Diullei Gomes
2013-03-12 09:20:50 -03:00
parent c23ae2a1d6
commit 0d7d1aea3c
+1 -1
View File
@@ -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 {