minor doc string additions to ol.Tile
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
goog.provide('ol.Tile');
|
||||
|
||||
/**
|
||||
* The Tile class.
|
||||
* @constructor
|
||||
*/
|
||||
ol.Tile = function() {
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @type {Element}
|
||||
*/
|
||||
this.img_ = ol.Tile.createImage();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user