Updates for TypeScript v4
This commit is contained in:
@@ -140,6 +140,7 @@ class MapBrowserEventHandler extends EventTarget {
|
||||
} else {
|
||||
// click
|
||||
this.clickTimeoutId_ = setTimeout(
|
||||
/** @this {MapBrowserEventHandler} */
|
||||
function () {
|
||||
this.clickTimeoutId_ = undefined;
|
||||
const newEvent = new MapBrowserEvent(
|
||||
|
||||
Reference in New Issue
Block a user