Simplify import path in ol/events/

This commit is contained in:
Frederic Junod
2018-10-12 14:44:07 +02:00
parent caf11a71f2
commit 43def3194f

View File

@@ -4,7 +4,7 @@
import Disposable from '../Disposable.js';
import {unlistenAll} from '../events.js';
import {VOID} from '../functions.js';
import Event from '../events/Event.js';
import Event from './Event.js';
/**