From 46ef2ec3b8327cf0715052f6e0cfa08dd9869b0b Mon Sep 17 00:00:00 2001 From: Thomas Rudin Date: Tue, 26 Nov 2019 11:05:24 +0100 Subject: [PATCH] happy jshint --- static/js/components/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/components/Map.js b/static/js/components/Map.js index 3401a90..a3bddf0 100644 --- a/static/js/components/Map.js +++ b/static/js/components/Map.js @@ -49,7 +49,7 @@ export default { } }, - onremove(vnode){ + onremove(){ this.map.remove(); } };