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

View File

@@ -3,7 +3,7 @@
*/
import EventType from '../events/EventType.js';
import {targetNotEditable} from '../events/condition.js';
import Interaction, {zoomByDelta} from '../interaction/Interaction.js';
import Interaction, {zoomByDelta} from './Interaction.js';
/**