Simplify import path in ol/interaction/

This commit is contained in:
Frederic Junod
2018-10-12 14:39:16 +02:00
parent 6a797e84ff
commit 6d608c361a
20 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
import {easeOut} from '../easing.js';
import {shiftKeyOnly} from '../events/condition.js';
import {createOrUpdateFromCoordinates, getBottomLeft, getCenter, getTopRight, scaleFromCenter} from '../extent.js';
import DragBox from '../interaction/DragBox.js';
import DragBox from './DragBox.js';
/**