Module type for ol.Overlay

This commit is contained in:
Frederic Junod
2018-03-22 12:04:25 +01:00
parent bd9e603036
commit 34f6d20e40
+1 -1
View File
@@ -161,7 +161,7 @@ const OverviewMap = function(opt_options) {
box.style.boxSizing = 'border-box'; box.style.boxSizing = 'border-box';
/** /**
* @type {ol.Overlay} * @type {module:ol/Overlay~Overlay}
* @private * @private
*/ */
this.boxOverlay_ = new Overlay({ this.boxOverlay_ = new Overlay({