Add insertFirst option in ol.OverlayOptions typedef

This commit is contained in:
Bruno Binet
2013-10-11 12:31:48 +02:00
committed by Éric Lemoine
parent 9ada23a08a
commit 69cee6a410

View File

@@ -79,7 +79,9 @@
* projection.
* @property {ol.OverlayPositioning|undefined} positioning Positioning.
* @property {boolean|undefined} stopEvent Whether event propagation to the map
* should be stopped. Default is `false`.
* should be stopped. Default is `false`.
* @property {boolean|undefined} insertFirst Whether the overlay is inserted
* first in the container div, or appended. Default is `false`.
* @todo stability experimental
*/