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

@@ -10,7 +10,7 @@ import ObjectEventType from '../ObjectEventType.js';
import Overlay from '../Overlay.js';
import OverlayPositioning from '../OverlayPositioning.js';
import ViewProperty from '../ViewProperty.js';
import Control from '../control/Control.js';
import Control from './Control.js';
import {rotate as rotateCoordinate, add as addCoordinate} from '../coordinate.js';
import {CLASS_CONTROL, CLASS_UNSELECTABLE, CLASS_COLLAPSED} from '../css.js';
import {replaceNode} from '../dom.js';