From dea82f52981c9632ec5ffdb3c322d824766e3048 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Tue, 3 Jul 2018 19:04:54 +0200 Subject: [PATCH] Lint fix --- src/components/Map.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Map.vue b/src/components/Map.vue index 9fc843e..58df4e8 100644 --- a/src/components/Map.vue +++ b/src/components/Map.vue @@ -147,7 +147,7 @@ export default { this.onPress(event.latlng); } }, - onMoveStart(ev) { + onMoveStart() { if (!this.isProgrammaticMove) { this.showRecenterButton(); }