From af7944ef42d1ae56729a7cc6335cb8ae8c6b5d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 29 Sep 2014 16:30:17 +0200 Subject: [PATCH] Mark ol.style.Image with @api This is to be able to do `imageStyle instanceof ol.style.Image` in applications. --- src/ol/style/imagestyle.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ol/style/imagestyle.js b/src/ol/style/imagestyle.js index 2f57b34337..1c48da71d7 100644 --- a/src/ol/style/imagestyle.js +++ b/src/ol/style/imagestyle.js @@ -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) {