Do not expose static render function of controls

This commit is contained in:
Andreas Hocevar
2020-01-29 17:33:04 +01:00
parent e3f9e250ab
commit f8f7f83be7
9 changed files with 17 additions and 11 deletions

View File

@@ -603,7 +603,6 @@ class OverviewMap extends Control {
* Update the overview map element.
* @param {import("../MapEvent.js").default} mapEvent Map event.
* @this {OverviewMap}
* @api
*/
export function render(mapEvent) {
this.validateExtent_();