Don't import ourselves

This commit is contained in:
Frederic Junod
2018-09-06 09:01:46 +02:00
parent ba698258c0
commit ea616e7751
73 changed files with 157 additions and 157 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ class Attribution extends Control {
/**
* Update the attribution element.
* @param {import("../MapEvent.js").default} mapEvent Map event.
* @this {import("./Attribution.js").default}
* @this {Attribution}
* @api
*/
export function render(mapEvent) {
+1 -1
View File
@@ -246,7 +246,7 @@ class MousePosition extends Control {
/**
* Update the mouseposition element.
* @param {import("../MapEvent.js").default} mapEvent Map event.
* @this {import("./MousePosition.js").default}
* @this {MousePosition}
* @api
*/
export function render(mapEvent) {
+1 -1
View File
@@ -570,7 +570,7 @@ class OverviewMap extends Control {
/**
* Update the overview map element.
* @param {import("../MapEvent.js").default} mapEvent Map event.
* @this {import("./OverviewMap.js").default}
* @this {OverviewMap}
* @api
*/
export function render(mapEvent) {
+1 -1
View File
@@ -150,7 +150,7 @@ class Rotate extends Control {
/**
* Update the rotate control element.
* @param {import("../MapEvent.js").default} mapEvent Map event.
* @this {import("./Rotate.js").default}
* @this {Rotate}
* @api
*/
export function render(mapEvent) {
+1 -1
View File
@@ -283,7 +283,7 @@ class ScaleLine extends Control {
/**
* Update the scale line element.
* @param {import("../MapEvent.js").default} mapEvent Map event.
* @this {import("./ScaleLine.js").default}
* @this {ScaleLine}
* @api
*/
export function render(mapEvent) {
+1 -1
View File
@@ -345,7 +345,7 @@ class ZoomSlider extends Control {
/**
* Update the zoomslider element.
* @param {import("../MapEvent.js").default} mapEvent Map event.
* @this {import("./ZoomSlider.js").default}
* @this {ZoomSlider}
* @api
*/
export function render(mapEvent) {