remove trailing comma from cluster strategy tests (see #950)
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
var map = new OpenLayers.Map('map', {
|
var map = new OpenLayers.Map('map', {
|
||||||
resolutions: [4, 2, 1],
|
resolutions: [4, 2, 1],
|
||||||
maxExtent: new OpenLayers.Bounds(-40, -40, 40, 40),
|
maxExtent: new OpenLayers.Bounds(-40, -40, 40, 40),
|
||||||
zoomMethod: null,
|
zoomMethod: null
|
||||||
});
|
});
|
||||||
map.addLayer(layer);
|
map.addLayer(layer);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user