Simplify import path in ol/control/

This commit is contained in:
Frederic Junod
2018-10-12 14:39:46 +02:00
parent 6d608c361a
commit 9ab201642c
9 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
import {listen} from '../events.js';
import EventType from '../events/EventType.js';
import {getChangeEventType} from '../Object.js';
import Control from '../control/Control.js';
import Control from './Control.js';
import {getTransformFromProjections, identityTransform, get as getProjection} from '../proj.js';