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

@@ -2,7 +2,7 @@
* @module ol/interaction/Pointer
*/
import MapBrowserEventType from '../MapBrowserEventType.js';
import Interaction from '../interaction/Interaction.js';
import Interaction from './Interaction.js';
import {getValues} from '../obj.js';