From af81e44e9a65cab546730b892309316aedfe709e Mon Sep 17 00:00:00 2001 From: euzuro Date: Fri, 19 May 2006 15:21:04 +0000 Subject: [PATCH] JSDOC git-svn-id: http://svn.openlayers.org/trunk/openlayers@181 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Tile.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/OpenLayers/Tile.js b/lib/OpenLayers/Tile.js index 1fefdb2b86..156912a078 100644 --- a/lib/OpenLayers/Tile.js +++ b/lib/OpenLayers/Tile.js @@ -13,16 +13,17 @@ OpenLayers.Tile.prototype = { /** @type OpenLayers.Grid */ grid: null, - // str - url of the request + /** @type STring url of the request */ url:null, - // OpenLayers.Bounds + /** @type OpenLayers.Bounds */ bounds:null, - // OpenLayers.Size + /** @type OpenLayers.Size */ size:null, - // OpenLayers.Pixel Top Left pixel of the tile + /** Top Left pixel of the tile + * @type OpenLayers.Pixel */ position:null, /**