[OpenLayers-Commits] r7337 - in trunk/openlayers/lib/OpenLayers: Format Tile
commits at openlayers.org
commits at openlayers.org
Tue Jun 10 09:37:08 EDT 2008
Author: elemoine
Date: 2008-06-10 09:37:08 -0400 (Tue, 10 Jun 2008)
New Revision: 7337
Modified:
trunk/openlayers/lib/OpenLayers/Format/KML.js
trunk/openlayers/lib/OpenLayers/Tile/WFS.js
Log:
add missing @require's
Modified: trunk/openlayers/lib/OpenLayers/Format/KML.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format/KML.js 2008-06-10 13:00:49 UTC (rev 7336)
+++ trunk/openlayers/lib/OpenLayers/Format/KML.js 2008-06-10 13:37:08 UTC (rev 7337)
@@ -9,6 +9,7 @@
* @requires OpenLayers/Geometry/LineString.js
* @requires OpenLayers/Geometry/Polygon.js
* @requires OpenLayers/Geometry/Collection.js
+ * @requires OpenLayers/Request.js
*/
/**
Modified: trunk/openlayers/lib/OpenLayers/Tile/WFS.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Tile/WFS.js 2008-06-10 13:00:49 UTC (rev 7336)
+++ trunk/openlayers/lib/OpenLayers/Tile/WFS.js 2008-06-10 13:37:08 UTC (rev 7337)
@@ -5,6 +5,7 @@
/**
* @requires OpenLayers/Tile.js
+ * @requires OpenLayers/Request.js
*/
/**
More information about the Commits
mailing list