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.
*
* @constructor
* @extends {module:ol/interaction/Pointer}
* @extends {module:ol/interaction/Pointer~Pointer}
* @fires module:ol/interaction/DragBox~DragBoxEvent
* @param {module:ol/interaction/DragBox~Options=} opt_options Options.
* @api