From d63055f28cdcf3998f4028a6897a7bbae633229f Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Tue, 23 Apr 2013 15:25:06 +0200 Subject: [PATCH] remove trailing comma from PanZoomBar tests (see #950) --- tests/Control/PanZoomBar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Control/PanZoomBar.html b/tests/Control/PanZoomBar.html index 28327768f5..5ed2833ec1 100644 --- a/tests/Control/PanZoomBar.html +++ b/tests/Control/PanZoomBar.html @@ -129,7 +129,7 @@ var map = new OpenLayers.Map('map', { controls: [], fractionalZoom: true, - zoomMethod: null, + zoomMethod: null }); var layer = new OpenLayers.Layer.WMS("Test Layer", "http://octo.metacarta.com/cgi-bin/mapserv?", { map: "/mapdata/vmap_wms.map",