[OpenLayers-Commits] r7336 - trunk/openlayers/lib/OpenLayers/Layer
commits at openlayers.org
commits at openlayers.org
Tue Jun 10 09:00:50 EDT 2008
Author: elemoine
Date: 2008-06-10 09:00:49 -0400 (Tue, 10 Jun 2008)
New Revision: 7336
Modified:
trunk/openlayers/lib/OpenLayers/Layer/GML.js
trunk/openlayers/lib/OpenLayers/Layer/GeoRSS.js
trunk/openlayers/lib/OpenLayers/Layer/MapGuide.js
trunk/openlayers/lib/OpenLayers/Layer/Text.js
Log:
there are missing @requires for the new XHR, patch from pgiraud, r=me (closes #1581)
Modified: trunk/openlayers/lib/OpenLayers/Layer/GML.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/GML.js 2008-06-09 19:51:38 UTC (rev 7335)
+++ trunk/openlayers/lib/OpenLayers/Layer/GML.js 2008-06-10 13:00:49 UTC (rev 7336)
@@ -4,7 +4,7 @@
/**
* @requires OpenLayers/Layer/Vector.js
- * @requires OpenLayers/Ajax.js
+ * @requires OpenLayers/Request.js
*/
/**
Modified: trunk/openlayers/lib/OpenLayers/Layer/GeoRSS.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/GeoRSS.js 2008-06-09 19:51:38 UTC (rev 7335)
+++ trunk/openlayers/lib/OpenLayers/Layer/GeoRSS.js 2008-06-10 13:00:49 UTC (rev 7336)
@@ -5,7 +5,7 @@
/**
* @requires OpenLayers/Layer/Markers.js
- * @requires OpenLayers/Ajax.js
+ * @requires OpenLayers/Request.js
*/
/**
Modified: trunk/openlayers/lib/OpenLayers/Layer/MapGuide.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/MapGuide.js 2008-06-09 19:51:38 UTC (rev 7335)
+++ trunk/openlayers/lib/OpenLayers/Layer/MapGuide.js 2008-06-10 13:00:49 UTC (rev 7336)
@@ -3,7 +3,7 @@
* full text of the license. */
/**
- * @requires OpenLayers/Ajax.js
+ * @requires OpenLayers/Request.js
* @requires OpenLayers/Layer/Grid.js
*/
Modified: trunk/openlayers/lib/OpenLayers/Layer/Text.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/Text.js 2008-06-09 19:51:38 UTC (rev 7335)
+++ trunk/openlayers/lib/OpenLayers/Layer/Text.js 2008-06-10 13:00:49 UTC (rev 7336)
@@ -5,7 +5,7 @@
/**
* @requires OpenLayers/Layer/Markers.js
- * @requires OpenLayers/Ajax.js
+ * @requires OpenLayers/Request.js
*/
/**
More information about the Commits
mailing list