remove string indexer from JQuery interface

This commit is contained in:
Kagami Sascha Rosylight
2017-05-09 07:30:26 +09:00
parent 877b3901e1
commit 52cebc2f1e
-1
View File
@@ -3355,7 +3355,6 @@ interface JQuery {
* @see {@link https://api.jquery.com/selector/}
*/
selector: string;
[index: string]: any;
[index: number]: HTMLElement;
/**