diff --git a/lib/OpenLayers/Format/WCSCapabilities/v1_0_0.js b/lib/OpenLayers/Format/WCSCapabilities/v1_0_0.js index 2c37f8cdb2..f3555f6aae 100644 --- a/lib/OpenLayers/Format/WCSCapabilities/v1_0_0.js +++ b/lib/OpenLayers/Format/WCSCapabilities/v1_0_0.js @@ -26,7 +26,6 @@ OpenLayers.Format.WCSCapabilities.v1_0_0 = OpenLayers.Class( * this instance. */ - /** * Property: namespaces * {Object} Mapping of namespace aliases to namespace URIs. @@ -38,7 +37,6 @@ OpenLayers.Format.WCSCapabilities.v1_0_0 = OpenLayers.Class( ows: "http://www.opengis.net/ows" }, - /** * Property: errorProperty * {String} Which property of the returned object to check for in order to @@ -48,7 +46,6 @@ OpenLayers.Format.WCSCapabilities.v1_0_0 = OpenLayers.Class( */ errorProperty: "service", - /** * Property: readers * Contains public functions, grouped by namespace prefix, that will