Merge pull request #1227 from tschaub/interactions-option

Interactions option not respected.
This commit is contained in:
Tim Schaub
2013-11-04 16:38:58 -08:00

View File

@@ -57,8 +57,8 @@
* @typedef {Object} ol.MapOptions
* @property {ol.Collection|Array.<ol.control.Control>|undefined} controls
* Controls initially added to the map.
* @property {ol.Collection|Array.<ol.interaction.Interaction>|undefined}
* interactions Interactions that are initially added to the map.
* @property {ol.Collection|Array.<ol.interaction.Interaction>|undefined} interactions
* Interactions that are initially added to the map.
* @property {Array.<ol.layer.Base>|ol.Collection|undefined} layers Layers.
* @property {ol.Collection|Array.<ol.Overlay>|undefined} overlays
* Overlays initially added to the map.