Fix for Jquery each method definition

This commit is contained in:
Boris Yankov
2013-01-30 08:45:07 +02:00
parent 4a74f8de18
commit f0ebef1bab

2
jquery/jquery.d.ts vendored
View File

@@ -676,7 +676,7 @@ interface JQuery {
/*************
MISCELLANEOUS
**************/
each(func: (index: any, elem: Element) => any);
each(func: (index: any, elem: Element) => any): JQuery;
get(index?: number): any;