From 857c9e83ac9715cc28aa74eea897cdf92eafd6ab Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Tue, 11 Oct 2016 12:01:06 +0200 Subject: [PATCH] Fix API docs of ol.Feature#getStyle --- src/ol/feature.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ol/feature.js b/src/ol/feature.js index 50ab18655c..517852af30 100644 --- a/src/ol/feature.js +++ b/src/ol/feature.js @@ -170,8 +170,8 @@ ol.Feature.prototype.getGeometryName = function() { /** - * Get the feature's style. This return for this method depends on what was - * provided to the {@link ol.Feature#setStyle} method. + * Get the feature's style. Will return what was provided to the + * {@link ol.Feature#setStyle} method. * @return {ol.style.Style|Array.| * ol.FeatureStyleFunction} The feature style. * @api stable