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