Merge pull request #1644 from twpayne/keyboard-interaction-docs

Fix capitalisation of ol.Map in docs
This commit is contained in:
Tom Payne
2014-02-05 17:50:10 +01:00
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}.

View File

@@ -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 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.KeyboardPan}.