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

@@ -3,7 +3,7 @@
*/
import {getChangeEventType} from '../Object.js';
import {assert} from '../asserts.js';
import Control from '../control/Control.js';
import Control from './Control.js';
import {CLASS_UNSELECTABLE} from '../css.js';
import {listen} from '../events.js';
import {getPointResolution, METERS_PER_UNIT} from '../proj.js';