Fix API docs of ol.Feature#getStyle

This commit is contained in:
Marc Jansen
2016-10-11 12:01:06 +02:00
parent 251ff89c70
commit 857c9e83ac

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