From c1e5ed3f0a86b2f3db643554c3a4808cdfb3f7c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Vigh?= Date: Sat, 1 May 2021 20:31:43 +0200 Subject: [PATCH] cleaned up the comment --- public/static/js/map_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/js/map_editor.js b/public/static/js/map_editor.js index 3ff1659..a96eb7e 100644 --- a/public/static/js/map_editor.js +++ b/public/static/js/map_editor.js @@ -608,7 +608,7 @@ } }; - // MapEditor.map = LMapWrapper; + // initialize content of #map with google maps MapEditor.map = GMapWrapper; MapEditor.map.init('gmap', places);