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
+2 -2
View File
@@ -7,8 +7,8 @@ import {listen} from '../events.js';
import Event from '../events/Event.js';
import {TRUE} from '../functions.js';
import {includes} from '../array.js';
import PointerInteraction from '../interaction/Pointer.js';
import InteractionProperty from '../interaction/Property.js';
import PointerInteraction from './Pointer.js';
import InteractionProperty from './Property.js';
/**