[OpenLayers-Commits] r12135 - trunk/openlayers/lib/OpenLayers/Format
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Thu Jun 30 01:22:40 EDT 2011
Author: tschaub
Date: 2011-06-29 22:22:39 -0700 (Wed, 29 Jun 2011)
New Revision: 12135
Modified:
trunk/openlayers/lib/OpenLayers/Format/CSWGetDomain.js
trunk/openlayers/lib/OpenLayers/Format/CSWGetRecords.js
Log:
Playing along with the class game (for docs' sake).
Modified: trunk/openlayers/lib/OpenLayers/Format/CSWGetDomain.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format/CSWGetDomain.js 2011-06-30 05:18:00 UTC (rev 12134)
+++ trunk/openlayers/lib/OpenLayers/Format/CSWGetDomain.js 2011-06-30 05:22:39 UTC (rev 12135)
@@ -8,8 +8,8 @@
*/
/**
- * Function: OpenLayers.Format.CSWGetDomain.
- * Default version is 2.0.2.
+ * Class: OpenLayers.Format.CSWGetDomain
+ * Default version is 2.0.2.
*
* Returns:
* {<OpenLayers.Format>} A CSWGetDomain format of the given version.
@@ -26,7 +26,7 @@
};
/**
- * Constant: OpenLayers.Format.CSWGetDomain.DEFAULTS
+ * Constant: DEFAULTS
* {Object} Default properties for the CSWGetDomain format.
*/
OpenLayers.Format.CSWGetDomain.DEFAULTS = {
Modified: trunk/openlayers/lib/OpenLayers/Format/CSWGetRecords.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format/CSWGetRecords.js 2011-06-30 05:18:00 UTC (rev 12134)
+++ trunk/openlayers/lib/OpenLayers/Format/CSWGetRecords.js 2011-06-30 05:22:39 UTC (rev 12135)
@@ -8,8 +8,8 @@
*/
/**
- * Function: OpenLayers.Format.CSWGetRecords.
- * Default version is 2.0.2.
+ * Class: OpenLayers.Format.CSWGetRecords
+ * Default version is 2.0.2.
*
* Returns:
* {<OpenLayers.Format>} A CSWGetRecords format of the given version.
@@ -26,7 +26,7 @@
};
/**
- * Constant: OpenLayers.Format.CSWGetRecords.DEFAULTS
+ * Constant: DEFAULTS
* {Object} Default properties for the CSWGetRecords format.
*/
OpenLayers.Format.CSWGetRecords.DEFAULTS = {
More information about the Commits
mailing list