From 415b5ad85e41f1a3be6b7642e96c211c893a0bb1 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Mon, 3 Feb 2014 14:42:23 +0100 Subject: [PATCH] Add stability annotation to ol.style.Circle --- src/ol/style/circlestyle.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/style/circlestyle.js b/src/ol/style/circlestyle.js index 4cd18b4ba1..28ed96a17a 100644 --- a/src/ol/style/circlestyle.js +++ b/src/ol/style/circlestyle.js @@ -17,6 +17,7 @@ goog.require('ol.style.Stroke'); * @constructor * @param {olx.style.CircleOptions=} opt_options Options. * @extends {ol.style.Image} + * @todo stability experimental */ ol.style.Circle = function(opt_options) {