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

View File

@@ -30,7 +30,7 @@ const RenderBox = function(className) {
/**
* @private
* @type {ol.PluggableMap}
* @type {module:ol/PluggableMap~PluggableMap}
*/
this.map_ = null;
@@ -75,7 +75,7 @@ RenderBox.prototype.render_ = function() {
/**
* @param {ol.PluggableMap} map Map.
* @param {module:ol/PluggableMap~PluggableMap} map Map.
*/
RenderBox.prototype.setMap = function(map) {
if (this.map_) {