fixed jsdoc type annotations

This commit is contained in:
Simon Seyock
2019-09-29 19:30:43 +02:00
parent c69201d5ad
commit 2e1dee1994
6 changed files with 8 additions and 13 deletions

View File

@@ -81,7 +81,7 @@ class GeolocationError extends BaseEvent {
* window.console.log(geolocation.getPosition());
* });
*
* @fires module:ol/events/Event~Event#event:error
* @fires module:ol/events/Event~BaseEvent#event:error
* @api
*/
class Geolocation extends BaseObject {