Set ol.layer.Image#getSource return type to ol.source.Image

This commit is contained in:
Frederic Junod
2014-08-29 09:10:15 +02:00
parent 568f854f29
commit 0e964cb84c

View File

@@ -22,3 +22,11 @@ ol.layer.Image = function(options) {
goog.base(this, /** @type {olx.layer.LayerOptions} */ (options));
};
goog.inherits(ol.layer.Image, ol.layer.Layer);
/**
* @function
* @return {ol.source.Image} Source.
* @api stable
*/
ol.layer.Image.prototype.getSource;