diff --git a/src/ol/style/style.js b/src/ol/style/style.js index 527ca0d3d4..980ecbd9dd 100644 --- a/src/ol/style/style.js +++ b/src/ol/style/style.js @@ -12,7 +12,9 @@ goog.require('ol.style.Stroke'); /** * @classdesc - * Base class for vector feature rendering styles. + * Container for vector feature rendering styles. Node that styles are only + * mutable as long as they are not assigned to layers, feature overlays or + * features using the respective `setStyle()` methods. * * @constructor * @param {olx.style.StyleOptions=} opt_options Style options.