All generic parameter must be provided in latest typescript release

http://stackoverflow.com/a/18381029/390330
This commit is contained in:
basarat
2013-08-22 22:56:31 +10:00
parent 6aabb85130
commit 49d1f54446
+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;