kill extra comma in example

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8963 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2009-03-06 19:24:09 +00:00
parent 4d1d172be0
commit e4b161efd1

View File

@@ -19,7 +19,7 @@
protocol: new OpenLayers.Protocol.HTTP({
url: "gml/polygon.xml",
format: new OpenLayers.Format.GML()
}),
})
});
map.addLayers([wms, layer]);