From ac918d50a4bce19b27b4d530cf79385a2ac92863 Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 16 May 2006 17:39:30 +0000 Subject: [PATCH] JSAN git-svn-id: http://svn.openlayers.org/trunk/openlayers@40 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Tile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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