Mark ol.style.Image with @api

This is to be able to do `imageStyle instanceof ol.style.Image` in applications.
This commit is contained in:
Éric Lemoine
2014-09-29 16:30:17 +02:00
parent 4c0bfd8905
commit af7944ef42

View File

@@ -26,10 +26,12 @@ ol.style.ImageOptions;
/**
* @classdesc
* Set image style for vector features.
* Abstract base class; used for creating subclasses and not instantiated in
* apps. Base class for {@link ol.style.Icon} and {@link ol.style.Circle}.
*
* @constructor
* @param {ol.style.ImageOptions} options Options.
* @api
*/
ol.style.Image = function(options) {