diff --git a/src/ol/Tile.js b/src/ol/Tile.js index ab192b74ba..9c6c2c802e 100644 --- a/src/ol/Tile.js +++ b/src/ol/Tile.js @@ -1,12 +1,14 @@ goog.provide('ol.Tile'); /** + * The Tile class. * @constructor */ ol.Tile = function() { /** * @private + * @type {Element} */ this.img_ = ol.Tile.createImage(); };