Merge pull request #905 from rwhepburn/master

Fixed the KnockoutExtenders interface definition
This commit is contained in:
Diullei Gomes
2013-08-24 16:32:33 -07:00
+1 -1
View File
@@ -188,7 +188,7 @@ interface KnockoutVirtualElements {
}
interface KnockoutExtenders {
throttle(target: any, timeout: number): KnockoutComputed;
throttle(target: any, timeout: number): KnockoutComputed<any>;
notify(target: any, notifyWhen: string): any;
}