Module types for controls

This commit is contained in:
Tim Schaub
2018-03-18 10:23:01 -06:00
parent 2e0fd1c12d
commit a3ead88c57
8 changed files with 16 additions and 17 deletions

View File

@@ -323,7 +323,7 @@ OverviewMap.prototype.handleRotationChanged_ = function() {
/**
* Update the overview map element.
* @param {module:ol/MapEvent~MapEvent} mapEvent Map event.
* @this {ol.control.OverviewMap}
* @this {module:ol/control/OverviewMap~OverviewMap}
* @api
*/
export function render(mapEvent) {