From 605b8278eac36a0244a585435a147e20e55149b9 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Mon, 26 May 2014 19:26:58 +0200 Subject: [PATCH] Do not make ol.style.Image exportable Application developers should use its subclasses. --- src/ol/style/imagestyle.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ol/style/imagestyle.js b/src/ol/style/imagestyle.js index c16a9a7198..787f308f4e 100644 --- a/src/ol/style/imagestyle.js +++ b/src/ol/style/imagestyle.js @@ -28,7 +28,6 @@ ol.style.ImageOptions; /** * @constructor * @param {ol.style.ImageOptions} options Options. - * @todo api */ ol.style.Image = function(options) {