Move olx.layer.BaseOptions to ol/layer/Base

This commit is contained in:
Roman Zoller
2018-03-22 17:20:24 +01:00
parent 00e79903fe
commit b99b19f876
3 changed files with 18 additions and 63 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ const Layer = function(options) {
const baseOptions = assign({}, options);
delete baseOptions.source;
BaseLayer.call(this, /** @type {olx.layer.BaseOptions} */ (baseOptions));
BaseLayer.call(this, /** @type {module:ol/layer/Base~Options} */ (baseOptions));
/**
* @private