Shorter module paths for default exports

This commit is contained in:
Frederic Junod
2018-05-09 10:45:35 +02:00
parent bae2ac4f0f
commit af1f6836af
50 changed files with 99 additions and 101 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ BaseLayer.prototype.getOpacity = function() {
/**
* @abstract
* @return {module:ol/source/State~State} Source state.
* @return {module:ol/source/State} Source state.
*/
BaseLayer.prototype.getSourceState = function() {};
+1 -1
View File
@@ -147,7 +147,7 @@ const VectorLayer = function(opt_options) {
/**
* @private
* @type {module:ol/layer/VectorTileRenderType~VectorTileRenderType|string}
* @type {module:ol/layer/VectorTileRenderType|string}
*/
this.renderMode_ = options.renderMode || VectorRenderType.VECTOR;