Merge pull request #394 from Diullei/master

bug fix 'knockout->KnockoutExtenders'
This commit is contained in:
Diullei Gomes
2013-03-12 05:22:53 -07:00
+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 {