Module type for ol.PluggableMap

This commit is contained in:
Frederic Junod
2018-03-19 08:49:56 +01:00
parent 3ccd4c0826
commit 2d9014ce11
8 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -136,7 +136,7 @@ const OverviewMap = function(opt_options) {
this.ovmapDiv_.className = 'ol-overviewmap-map';
/**
* @type {ol.PluggableMap}
* @type {module:ol/PluggableMap~PluggableMap}
* @private
*/
this.ovmap_ = new PluggableMap({
@@ -588,7 +588,7 @@ OverviewMap.prototype.getCollapsed = function() {
/**
* Return the overview map.
* @return {ol.PluggableMap} Overview map.
* @return {module:ol/PluggableMap~PluggableMap} Overview map.
* @api
*/
OverviewMap.prototype.getOverviewMap = function() {