From e8905137335e9ebc1fc43a012e933b49aebcbb2f Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 14 Jul 2016 19:37:01 +0200 Subject: [PATCH] fix comment --- src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index 4ce5401..f96004e 100644 --- a/src/app.js +++ b/src/app.js @@ -23,7 +23,7 @@ L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { function makeDummyLayer(markerPos) { // - //All layers will have to be initialized like this, dummy layer called Markers + //All layers will have to be initialized like this const dummyLayer = L.markerClusterGroup({ spiderfyOnMaxZoom: false, showCoverageOnHover: false,