From 69cee6a41028684f7b1dfe01134d8b86ba152dce Mon Sep 17 00:00:00 2001 From: Bruno Binet Date: Fri, 11 Oct 2013 12:31:48 +0200 Subject: [PATCH] Add insertFirst option in ol.OverlayOptions typedef --- src/objectliterals.jsdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index e2b9e3ea75..3f1508a2ad 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -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 */