Fix type typos
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user