makeup to test git push

This commit is contained in:
2016-05-23 16:55:55 +02:00
parent f951387c23
commit 7396a6fb18
+1 -1
View File
@@ -74,7 +74,7 @@ javascript:
markers.push(marker);
});
var mcOptions = {gridSize: 50, maxZoom: 15, imagePath: 'https://raw.githubusercontent.com/googlemaps/js-marker-clusterer/gh-pages/images/m'};
var mcOptions = { gridSize: 50, maxZoom: 15, imagePath: 'https://raw.githubusercontent.com/googlemaps/js-marker-clusterer/gh-pages/images/m' };
var markerCluster = new MarkerClusterer(map, markers, mcOptions);