[OpenLayers-Commits] r10818 - trunk/openlayers/lib/OpenLayers/Layer
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Mon Oct 11 14:40:55 EDT 2010
Author: erilem
Date: 2010-10-11 11:40:55 -0700 (Mon, 11 Oct 2010)
New Revision: 10818
Modified:
trunk/openlayers/lib/OpenLayers/Layer/TileCache.js
Log:
Layer/TileCache.js missing @requires to Tile/Image.js, reported by fvanderbiest, no functional change (closes #2861)
Modified: trunk/openlayers/lib/OpenLayers/Layer/TileCache.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/TileCache.js 2010-10-11 15:57:40 UTC (rev 10817)
+++ trunk/openlayers/lib/OpenLayers/Layer/TileCache.js 2010-10-11 18:40:55 UTC (rev 10818)
@@ -6,6 +6,7 @@
/**
* @requires OpenLayers/Layer/Grid.js
+ * @requires OpenLayers/Tile/Image.js
*/
/**
More information about the Commits
mailing list