Fix jQuery each definition

This commit is contained in:
Boris Yankov
2012-11-05 11:07:13 +02:00
parent c3db5ea91c
commit 0bd52c6c32
2 changed files with 31 additions and 1 deletions
+1 -1
View File
@@ -614,7 +614,7 @@ interface JQuery {
/*************
MISCELLANEOUS
**************/
each(func: (index: any, elem: Element) => JQuery);
each(func: (index: any, elem: Element) => any);
get(index?: number): any;