fix jsdoc lint problems

This commit is contained in:
Simon Seyock
2021-03-09 09:00:50 +01:00
parent eb8c1f47b5
commit 610896ef95
2 changed files with 5 additions and 5 deletions

View File

@@ -12,10 +12,10 @@ import {listen, unlistenByKey} from './events.js';
/**
* @typedef {Object} PointerEventData
* @property {string} type
* @property {number} clientX
* @property {number} clientY
* @property {EventTarget} target
* @property {string} type The type of the pointer event.
* @property {number} clientX ClientX.
* @property {number} clientY ClientY.
* @property {EventTarget} target The target of the event.
*/
class MapBrowserEventHandler extends Target {