Use elm-pep instead of PEP as pointer events polyfill

This commit is contained in:
Andreas Hocevar
2019-11-19 23:27:27 +01:00
parent 32932a7fd3
commit 569deddd06
4 changed files with 6 additions and 4 deletions

View File

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