Fix capitalisation of ol.Map in docs
This commit is contained in:
@@ -26,7 +26,7 @@ ol.interaction.KEYBOARD_PAN_DURATION = 100;
|
|||||||
* the keys can only be used when browser focus is on the element to which
|
* the keys can only be used when browser focus is on the element to which
|
||||||
* the keyboard events are attached. By default, this is the map div,
|
* the keyboard events are attached. By default, this is the map div,
|
||||||
* though you can change this with the `keyboardTargetElement` in
|
* though you can change this with the `keyboardTargetElement` in
|
||||||
* {@link ol.map}. `document` never loses focus but, for any other element,
|
* {@link ol.Map}. `document` never loses focus but, for any other element,
|
||||||
* focus will have to be on, and returned to, this element if the keys are to
|
* focus will have to be on, and returned to, this element if the keys are to
|
||||||
* function.
|
* function.
|
||||||
* See also {@link ol.interaction.KeyboardZoom}.
|
* See also {@link ol.interaction.KeyboardZoom}.
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ goog.require('ol.interaction.Interaction');
|
|||||||
* the keys can only be used when browser focus is on the element to which
|
* the keys can only be used when browser focus is on the element to which
|
||||||
* the keyboard events are attached. By default, this is the map div,
|
* the keyboard events are attached. By default, this is the map div,
|
||||||
* though you can change this with the `keyboardTargetElement` in
|
* though you can change this with the `keyboardTargetElement` in
|
||||||
* {@link ol.map}. `document` never loses focus but, for any other element,
|
* {@link ol.Map}. `document` never loses focus but, for any other element,
|
||||||
* focus will have to be on, and returned to, this element if the keys are to
|
* focus will have to be on, and returned to, this element if the keys are to
|
||||||
* function.
|
* function.
|
||||||
* See also {@link ol.interaction.KeyboardPan}.
|
* See also {@link ol.interaction.KeyboardPan}.
|
||||||
|
|||||||
Reference in New Issue
Block a user