Add @api stable annotations to ol.layer.Image

This commit is contained in:
Éric Lemoine
2014-08-18 17:26:12 +02:00
parent e50ba2172f
commit ee745f8c9e

View File

@@ -16,7 +16,7 @@ goog.require('ol.layer.Layer');
* @extends {ol.layer.Layer}
* @fires ol.render.Event
* @param {olx.layer.LayerOptions} options Layer options.
* @api
* @api stable
*/
ol.layer.Image = function(options) {
goog.base(this, options);