diff --git a/lib/OpenLayers/Tile.js b/lib/OpenLayers/Tile.js index 8c7f0cb8c8..6d9e2c19e5 100644 --- a/lib/OpenLayers/Tile.js +++ b/lib/OpenLayers/Tile.js @@ -1,5 +1,7 @@ /* - * OpenLayers.Tile is a class designed to designate a single tile, however + * OpenLayers.Tile + * + * @class This is a class designed to designate a single tile, however * it is explicitly designed to do relatively little. Tiles store information * about themselves -- such as the URL that they are related to, and their * size - but do not add themselves to the layer div automatically, for