Set ol.layer.Image#getSource return type to ol.source.Image
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user