stray jsdoc comment found

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3590 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-07-05 17:50:36 +00:00
parent 030f0c8830
commit cb3a2566bb

View File

@@ -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:
* {<OpenLayers.Size>} The size that the image should be, taking into
* account gutters.
*/
getImageSize: function() {
return (this.imageSize || this.tileSize);