Better ol.Map#logos_ type definition

This commit is contained in:
Frederic Junod
2015-09-02 14:02:56 +02:00
parent f5df71ba70
commit 8b6ab65ca7

View File

@@ -200,7 +200,7 @@ ol.Map = function(options) {
/** /**
* @private * @private
* @type {Object} * @type {Object.<string, string>}
*/ */
this.logos_ = optionsInternal.logos; this.logos_ = optionsInternal.logos;
@@ -1433,7 +1433,7 @@ ol.Map.prototype.unskipFeature = function(feature) {
* @typedef {{controls: ol.Collection.<ol.control.Control>, * @typedef {{controls: ol.Collection.<ol.control.Control>,
* interactions: ol.Collection.<ol.interaction.Interaction>, * interactions: ol.Collection.<ol.interaction.Interaction>,
* keyboardEventTarget: (Element|Document), * keyboardEventTarget: (Element|Document),
* logos: Object, * logos: Object.<string, string>,
* overlays: ol.Collection.<ol.Overlay>, * overlays: ol.Collection.<ol.Overlay>,
* rendererConstructor: * rendererConstructor:
* function(new: ol.renderer.Map, Element, ol.Map), * function(new: ol.renderer.Map, Element, ol.Map),