Add map property "target"

This commit is contained in:
Éric Lemoine
2013-04-23 10:07:20 +02:00
parent f681a99ce0
commit 7547b50bd8
2 changed files with 52 additions and 23 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
* @property {Array.<ol.layer.Layer>|ol.Collection|undefined} layers Layers.
* @property {ol.RendererHint|undefined} renderer Renderer.
* @property {Array.<ol.RendererHint>|undefined} renderers Renderers.
* @property {Element|string} target The container for the map.
* @property {Element|string|undefined} target The container for the map.
* @property {ol.IView|undefined} view The map's view. Currently
* {@link ol.View2D} is available as view.
*/