#711 - image layer needs jsdoc requires statement for single file build to work

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3157 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2007-05-18 15:20:58 +00:00
parent 9679dbb56c
commit 6bbecdbb36

View File

@@ -11,6 +11,7 @@
* @class
*
* @requires OpenLayers/Layer.js
* @requires OpenLayers/Tile/Image.js
*/
OpenLayers.Layer.Image = OpenLayers.Class.create();
OpenLayers.Layer.Image.prototype =