diff --git a/src/ol/map.js b/src/ol/map.js index bdad825bcc..2fffe485fc 100644 --- a/src/ol/map.js +++ b/src/ol/map.js @@ -200,7 +200,7 @@ ol.Map = function(options) { /** * @private - * @type {Object} + * @type {Object.} */ this.logos_ = optionsInternal.logos; @@ -1433,7 +1433,7 @@ ol.Map.prototype.unskipFeature = function(feature) { * @typedef {{controls: ol.Collection., * interactions: ol.Collection., * keyboardEventTarget: (Element|Document), - * logos: Object, + * logos: Object., * overlays: ol.Collection., * rendererConstructor: * function(new: ol.renderer.Map, Element, ol.Map),