From 0c99e0a2ff1e905d4ca26f109982bbd377907f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 4 Feb 2014 15:52:40 +0100 Subject: [PATCH] Change keyboardEventTarget doc as requested by @probins --- src/objectliterals.jsdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index 4cbf104a83..d41bf304bf 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -35,8 +35,9 @@ * This determines when the `KeyboardPan` and `KeyboardZoom` interactions trigger. For example, if * this option is set to `document` the keyboard interactions will always trigger. If this option * is not specified, the element the library listens to keyboard events on is the map target (i.e. - * the user-provided div for the map). In that case the target element needs to be focused for key - * events to be emitted, requiring that the target element has a `tabindex` attribute. + * the user-provided div for the map). If this is not `document` the target element needs to be + * focused for key events to be emitted, requiring that the target element has a `tabindex` + * attribute. * @property {Array.|ol.Collection|undefined} layers Layers. * @property {boolean|undefined} ol3Logo Show ol3 logo. Default is `true`. * @property {ol.Collection|Array.|undefined} overlays