From 8b6ab65ca71e376360306f07fbdf117451e7307f Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 2 Sep 2015 14:02:56 +0200 Subject: [PATCH] Better ol.Map#logos_ type definition --- src/ol/map.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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),