Fix type typos

This commit is contained in:
ahocevar
2018-03-18 15:08:40 +01:00
parent 4e89e5ed73
commit b9999dfb35
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ inherits(DragBoxEvent, Event);
* This interaction is only supported for mouse devices. * This interaction is only supported for mouse devices.
* *
* @constructor * @constructor
* @extends {module:ol/interaction/Pointer} * @extends {module:ol/interaction/Pointer~Pointer}
* @fires module:ol/interaction/DragBox~DragBoxEvent * @fires module:ol/interaction/DragBox~DragBoxEvent
* @param {module:ol/interaction/DragBox~Options=} opt_options Options. * @param {module:ol/interaction/DragBox~Options=} opt_options Options.
* @api * @api
+1 -1
View File
@@ -15,7 +15,7 @@ import PointerInteraction from '../interaction/Pointer.js';
* takes an {@link module:ol/MapBrowserEvent~MapBrowserEvent} and returns a * takes an {@link module:ol/MapBrowserEvent~MapBrowserEvent} and returns a
* boolean to indicate whether that event should be handled. * boolean to indicate whether that event should be handled.
* Default is {@link module:ol/events/condition~shiftKeyOnly}. * Default is {@link module:ol/events/condition~shiftKeyOnly}.
* @property {number} [dura00tion=4] Animation duration in milliseconds. * @property {number} [duration=400] Animation duration in milliseconds.
*/ */