From 6785e0615066481a3b90e88dc5837d5ee504492f Mon Sep 17 00:00:00 2001 From: crschmidt Date: Wed, 29 Apr 2009 11:41:00 +0000 Subject: [PATCH] Fix broken comma (Pullup #2066) git-svn-id: http://svn.openlayers.org/trunk/openlayers@9328 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/wfs-protocol.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wfs-protocol.html b/examples/wfs-protocol.html index bb8d6db85e..978d627fe6 100644 --- a/examples/wfs-protocol.html +++ b/examples/wfs-protocol.html @@ -22,7 +22,7 @@ url: "http://publicus.opengeo.org/geoserver/wfs", featureType: "tasmania_roads", featureNS: "http://www.openplans.org/topp" - }), + }) }); map.addLayers([wms, layer]);