Fix capitalisation of ol.Map in docs

This commit is contained in:
Tom Payne
2014-02-05 17:12:35 +01:00
parent 40276ab6ba
commit 3436c7e6f9
2 changed files with 2 additions and 2 deletions

View File

@@ -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 keyboard events are attached. By default, this is the map div,
* 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
* function.
* See also {@link ol.interaction.KeyboardZoom}.