Simplify import path in ol/source/

This commit is contained in:
Frederic Junod
2018-10-12 14:38:03 +02:00
parent aaad5b4977
commit c12b41f8c6
25 changed files with 37 additions and 37 deletions
+3 -3
View File
@@ -16,9 +16,9 @@ import {xhr} from '../featureloader.js';
import {TRUE, VOID} from '../functions.js';
import {all as allStrategy} from '../loadingstrategy.js';
import {isEmpty, getValues} from '../obj.js';
import Source from '../source/Source.js';
import SourceState from '../source/State.js';
import VectorEventType from '../source/VectorEventType.js';
import Source from './Source.js';
import SourceState from './State.js';
import VectorEventType from './VectorEventType.js';
import RBush from '../structs/RBush.js';
/**