Remove VectorTile getSource re-definition of return value

This commit is contained in:
Alexandre Dubé
2016-01-29 08:33:39 -05:00
parent 80f6fb5802
commit 0a51e4ac32

View File

@@ -53,15 +53,6 @@ ol.layer.VectorTile.prototype.getPreload = function() {
};
/**
* Return the associated {@link ol.source.VectorTile source} of the layer.
* @function
* @return {ol.source.VectorTile} Source.
* @api
*/
ol.layer.VectorTile.prototype.getSource;
/**
* Whether we use interim tiles on error.
* @return {boolean} Use interim tiles on error.