jQuery: JQuery string indexer return type fix

This commit is contained in:
qcz
2013-03-23 15:34:08 +01:00
parent 869bbb7a2a
commit 6351df3010
+1 -1
View File
@@ -714,7 +714,7 @@ interface JQuery {
***********/
length: number;
selector: string;
[x: string]: HTMLElement;
[x: string]: any;
[x: number]: HTMLElement;
/**********