Remove elm-pep dependency

This commit is contained in:
Andreas Hocevar
2020-06-11 13:11:28 +02:00
parent 1ef103ed66
commit 886ca26c6a
8 changed files with 18 additions and 11 deletions

View File

@@ -2,7 +2,6 @@
* @module ol/control/MousePosition
*/
import 'elm-pep';
import Control from './Control.js';
import EventType from '../pointer/EventType.js';
import {getChangeEventType} from '../Object.js';