From cb3a2566bb8a37b56866bd9881cfdea4075e3d45 Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 5 Jul 2007 17:50:36 +0000 Subject: [PATCH] stray jsdoc comment found git-svn-id: http://svn.openlayers.org/trunk/openlayers@3590 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/OpenLayers/Layer.js b/lib/OpenLayers/Layer.js index c5f1c9eb61..d80fc104a3 100644 --- a/lib/OpenLayers/Layer.js +++ b/lib/OpenLayers/Layer.js @@ -412,9 +412,12 @@ OpenLayers.Layer.prototype = { } }, - /** - * @returns The size that the image should be, taking into account gutters - * @tile OpenLayers.Size + /** + * APIMethod: getImageSize + * + * Return: + * {} The size that the image should be, taking into + * account gutters. */ getImageSize: function() { return (this.imageSize || this.tileSize);