mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
jQuery: JQuery string indexer return type fix
This commit is contained in:
Vendored
+1
-1
@@ -714,7 +714,7 @@ interface JQuery {
|
||||
***********/
|
||||
length: number;
|
||||
selector: string;
|
||||
[x: string]: HTMLElement;
|
||||
[x: string]: any;
|
||||
[x: number]: HTMLElement;
|
||||
|
||||
/**********
|
||||
|
||||
Reference in New Issue
Block a user