ol.layer.Vector.getSource return type specialisation.

This commit is contained in:
Guillaume Beraudo
2014-08-28 17:21:41 +02:00
parent 62dfc15bd5
commit da2a291208

View File

@@ -67,6 +67,14 @@ ol.layer.Vector.prototype.getRenderOrder = function() {
};
/**
* @function
* @return {ol.source.Vector} Source.
* @api stable
*/
ol.layer.Vector.prototype.getSource;
/**
* Get the style for features. This returns whatever was passed to the `style`
* option at construction or to the `setStyle` method.