Add @api stable annotations for ol.source.ImageStatic

This commit is contained in:
Éric Lemoine
2014-08-18 18:10:05 +02:00
parent d71ca642d2
commit f7088fc500
2 changed files with 2 additions and 2 deletions

View File

@@ -4339,7 +4339,7 @@ olx.source.StamenOptions.prototype.url;
* logo: (string|olx.LogoOptions|undefined),
* projection: ol.proj.ProjectionLike,
* url: string}}
* @api
* @api stable
*/
olx.source.ImageStaticOptions;

View File

@@ -15,7 +15,7 @@ goog.require('ol.source.Image');
* @constructor
* @extends {ol.source.Image}
* @param {olx.source.ImageStaticOptions} options Options.
* @api
* @api stable
*/
ol.source.ImageStatic = function(options) {