From 872502311fd46103a33240211d25b8eba00bdc17 Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Tue, 23 Apr 2013 15:36:52 +0200 Subject: [PATCH] remove trailing comma from cluster strategy tests (see #950) --- tests/Strategy/Cluster.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Strategy/Cluster.html b/tests/Strategy/Cluster.html index d5f7a9b285..3358ff9b3f 100644 --- a/tests/Strategy/Cluster.html +++ b/tests/Strategy/Cluster.html @@ -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);