[OpenLayers-Commits] r3157 - trunk/openlayers/lib/OpenLayers/Layer

commits at openlayers.org commits at openlayers.org
Fri May 18 11:20:59 EDT 2007


Author: tschaub
Date: 2007-05-18 11:20:58 -0400 (Fri, 18 May 2007)
New Revision: 3157

Modified:
   trunk/openlayers/lib/OpenLayers/Layer/Image.js
Log:
#711 - image layer needs jsdoc requires statement for single file build to work

Modified: trunk/openlayers/lib/OpenLayers/Layer/Image.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/Image.js	2007-05-17 18:01:17 UTC (rev 3156)
+++ trunk/openlayers/lib/OpenLayers/Layer/Image.js	2007-05-18 15:20:58 UTC (rev 3157)
@@ -11,6 +11,7 @@
  * @class
  * 
  * @requires OpenLayers/Layer.js
+ * @requires OpenLayers/Tile/Image.js
  */
 OpenLayers.Layer.Image = OpenLayers.Class.create();
 OpenLayers.Layer.Image.prototype = 



More information about the Commits mailing list