WMSCapabilities inherits from and requires XML (no functional change).

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9681 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2009-09-18 18:29:20 +00:00
parent 8c3b6cc4b5
commit 6c4556666e

View File

@@ -1,5 +1,5 @@
/**
* @requires OpenLayers/Format.js
* @requires OpenLayers/Format/XML.js
*/
/**
@@ -7,7 +7,7 @@
* Read WMS Capabilities.
*
* Inherits from:
* - <OpenLayers.Format>
* - <OpenLayers.Format.XML>
*/
OpenLayers.Format.WMSCapabilities = OpenLayers.Class(OpenLayers.Format.XML, {