Add basic docs for layer.Vector

This commit is contained in:
Marc Jansen
2015-04-18 09:00:07 +02:00
parent 041abdb6a1
commit a278c65e61

View File

@@ -100,6 +100,7 @@ ol.layer.Vector.prototype.getRenderOrder = function() {
/**
* Return the associated {@link ol.source.Vector vectorsource} of the layer.
* @function
* @return {ol.source.Vector} Source.
* @api stable