Use Object<Foo, Bar> instead of Object.<Foo, Bar>
This commit is contained in:
@@ -130,7 +130,7 @@ class PointerInteraction extends Interaction {
|
||||
this.stopDown = options.stopDown ? options.stopDown : stopDown;
|
||||
|
||||
/**
|
||||
* @type {!Object.<string, module:ol/pointer/PointerEvent>}
|
||||
* @type {!Object<string, module:ol/pointer/PointerEvent>}
|
||||
* @private
|
||||
*/
|
||||
this.trackedPointers_ = {};
|
||||
|
||||
Reference in New Issue
Block a user