Trailing comma

This commit is contained in:
efarooqui
2020-10-21 20:54:25 -07:00
parent d7ddc80c5c
commit 4107058ec6

View File

@@ -51,7 +51,7 @@ const initial = {
minZoom: 2,
maxZoom: 16,
bounds: null,
maxBounds: [[180, -180], [-180, 180]],
maxBounds: [[180, -180], [-180, 180]]
},
cluster: {
radius: 30,