remove trailing comma from cluster strategy tests (see #950)

This commit is contained in:
Bart van den Eijnden
2013-04-23 15:36:52 +02:00
parent d63055f28c
commit 872502311f

View File

@@ -45,7 +45,7 @@
var map = new OpenLayers.Map('map', {
resolutions: [4, 2, 1],
maxExtent: new OpenLayers.Bounds(-40, -40, 40, 40),
zoomMethod: null,
zoomMethod: null
});
map.addLayer(layer);