mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix for Jquery each method definition
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user