All generic parameter must be provided in latest typescript release

http://stackoverflow.com/a/18381029/390330
This commit is contained in:
basarat
2013-08-25 11:13:55 +02:00
committed by gstamac
parent bc63597ea3
commit 3c4ffca167
+1 -1
View File
@@ -488,7 +488,7 @@ interface JQuery {
removeData(nameOrList?: any): JQuery;
// Deferred
promise(type?: any, target?: any): JQueryPromise;
promise(type?: any, target?: any): JQueryPromise<any>;
// Effects
animate(properties: any, duration?: any, complete?: Function): JQuery;