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