Fixes typing issue in DragPan.js

This commit is contained in:
Kai Volland
2019-06-21 13:28:56 +02:00
parent 2342626a57
commit b6b91abc27
+1 -1
View File
@@ -167,7 +167,7 @@ class DragPan extends PointerInteraction {
} }
/** /**
* @param {ol.MapBrowserEvent} mapBrowserEvent Browser event. * @param {import("../MapBrowserPointerEvent.js").default} mapBrowserEvent Browser event.
* @return {boolean} Combined condition result. * @return {boolean} Combined condition result.
*/ */
function defaultCondition(mapBrowserEvent) { function defaultCondition(mapBrowserEvent) {