From 8dc19c84c7eae178f0d9e32666effc687347e653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 11 Oct 2010 18:40:55 +0000 Subject: [PATCH] Layer/TileCache.js missing @requires to Tile/Image.js, reported by fvanderbiest, no functional change (closes #2861) git-svn-id: http://svn.openlayers.org/trunk/openlayers@10818 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/TileCache.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/OpenLayers/Layer/TileCache.js b/lib/OpenLayers/Layer/TileCache.js index b3c0c2dc69..34c758dfa0 100644 --- a/lib/OpenLayers/Layer/TileCache.js +++ b/lib/OpenLayers/Layer/TileCache.js @@ -6,6 +6,7 @@ /** * @requires OpenLayers/Layer/Grid.js + * @requires OpenLayers/Tile/Image.js */ /**