Use fixed fork of pepjs

This commit is contained in:
ahocevar
2019-09-04 21:37:38 +02:00
parent ebfb20440a
commit 9366dee233
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
* @module ol/MapBrowserEventHandler
*/
import 'pepjs';
import '@openlayers/pepjs';
import {DEVICE_PIXEL_RATIO} from './has.js';
import MapBrowserEventType from './MapBrowserEventType.js';
import MapBrowserPointerEvent from './MapBrowserPointerEvent.js';