Change 'Image' type to 'HTMLImageElement'

This commit is contained in:
Frederic Junod
2018-06-28 13:44:09 +02:00
parent 52e286b03c
commit 0c300d651f
12 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ inherits(CustomTile, Tile);
/**
* Get the image element for this tile.
* @return {Image} Image.
* @return {HTMLImageElement} Image.
*/
CustomTile.prototype.getImage = function() {
return null;