Merge pull request #5948 from marcjansen/getstyle-docs

Fix API docs of ol.Feature#getStyle
This commit is contained in:
Marc Jansen
2016-10-11 13:59:06 +02:00
committed by GitHub

View File

@@ -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.style.Style>|
* ol.FeatureStyleFunction} The feature style.
* @api stable