Remove comment block referring to constructor -- not needed for abstract class

This commit is contained in:
Christopher Eykamp
2013-01-02 12:14:19 +01:00
parent e40034521b
commit b076dd8041

View File

@@ -26,15 +26,6 @@ OpenLayers.Format.WCSCapabilities.v1 = OpenLayers.Class(
* Property: defaultPrefix
*/
defaultPrefix: "wcs",
/**
* Constructor: OpenLayers.Format.WCSCapabilities.v1_1
* Create an instance of one of the subclasses.
*
* Parameters:
* options - {Object} An optional object whose properties will be set on
* this instance.
*/
/**
* APIMethod: read