mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
[amap-js-api] clean tslint flag
This commit is contained in:
Vendored
-5
@@ -23,7 +23,6 @@ declare namespace AMap {
|
||||
*/
|
||||
off<C = this>(
|
||||
eventName: string,
|
||||
// tslint:disable-next-line
|
||||
handler: ((this: C, event: any) => void) | 'mv',
|
||||
context?: C
|
||||
): this;
|
||||
@@ -64,9 +63,7 @@ declare namespace AMap {
|
||||
// tslint:disable-next-line: no-unnecessary-generics
|
||||
instance: I,
|
||||
eventName: string,
|
||||
// tslint:disable-next-line: no-unnecessary-generics
|
||||
handler: (this: C, event: any) => void,
|
||||
// tslint:disable-next-line: no-unnecessary-generics
|
||||
context?: C
|
||||
): EventListener<1>;
|
||||
/**
|
||||
@@ -80,9 +77,7 @@ declare namespace AMap {
|
||||
// tslint:disable-next-line: no-unnecessary-generics
|
||||
instance: I,
|
||||
eventName: string,
|
||||
// tslint:disable-next-line: no-unnecessary-generics
|
||||
handler: (this: C, event: any) => void,
|
||||
// tslint:disable-next-line: no-unnecessary-generics
|
||||
context?: C
|
||||
): EventListener<1>;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user