[OpenLayers-Commits] r7347 - sandbox/vector-behavior/lib/OpenLayers/Protocol
commits at openlayers.org
commits at openlayers.org
Wed Jun 11 04:05:16 EDT 2008
Author: fredj
Date: 2008-06-11 04:05:16 -0400 (Wed, 11 Jun 2008)
New Revision: 7347
Modified:
sandbox/vector-behavior/lib/OpenLayers/Protocol/WFSV.js
Log:
remove trailing coma
Modified: sandbox/vector-behavior/lib/OpenLayers/Protocol/WFSV.js
===================================================================
--- sandbox/vector-behavior/lib/OpenLayers/Protocol/WFSV.js 2008-06-10 23:33:50 UTC (rev 7346)
+++ sandbox/vector-behavior/lib/OpenLayers/Protocol/WFSV.js 2008-06-11 08:05:16 UTC (rev 7347)
@@ -45,7 +45,7 @@
namespaces: {
wfs: "http://www.opengis.net/wfs",
wfsv: "http://www.opengis.net/wfsv",
- ogc: "http://www.opengis.net/ogc",
+ ogc: "http://www.opengis.net/ogc"
},
/**
More information about the Commits
mailing list