Addressing @bartvde's review comments

This commit is contained in:
ahocevar
2013-01-07 14:26:41 +01:00
parent efd2de870a
commit 80f13188a3
4 changed files with 24 additions and 10 deletions

View File

@@ -298,10 +298,10 @@ OpenLayers.Tile.Image = OpenLayers.Class(OpenLayers.Tile, {
/**
* APIMethod: setImage
* Sets the image element or this tile. This method should only be called
* Sets the image element for this tile. This method should only be called
* from beforeload listeners.
*
* Paramters
* Parameters
* img - {HTMLImageElement} The image to use for this tile.
*/
setImage: function(img) {