Add @api stable annotations to ol.layer.Image
This commit is contained in:
@@ -16,7 +16,7 @@ goog.require('ol.layer.Layer');
|
|||||||
* @extends {ol.layer.Layer}
|
* @extends {ol.layer.Layer}
|
||||||
* @fires ol.render.Event
|
* @fires ol.render.Event
|
||||||
* @param {olx.layer.LayerOptions} options Layer options.
|
* @param {olx.layer.LayerOptions} options Layer options.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.layer.Image = function(options) {
|
ol.layer.Image = function(options) {
|
||||||
goog.base(this, options);
|
goog.base(this, options);
|
||||||
|
|||||||
Reference in New Issue
Block a user