Remove elm-pep dependency
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
* @module ol/MapBrowserEventHandler
|
||||
*/
|
||||
|
||||
import 'elm-pep';
|
||||
import EventTarget from './events/Target.js';
|
||||
import EventType from './events/EventType.js';
|
||||
import MapBrowserEvent from './MapBrowserEvent.js';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
* @module ol/control/ZoomSlider
|
||||
*/
|
||||
|
||||
import 'elm-pep';
|
||||
import Control from './Control.js';
|
||||
import EventType from '../events/EventType.js';
|
||||
import PointerEventType from '../pointer/EventType.js';
|
||||
|
||||
Reference in New Issue
Block a user