Simplify import path in ol/layer/

This commit is contained in:
Frederic Junod
2018-10-12 14:38:35 +02:00
parent c12b41f8c6
commit 6a797e84ff
8 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import {assert} from '../asserts.js';
import {listen, unlistenByKey} from '../events.js';
import EventType from '../events/EventType.js';
import {getIntersection} from '../extent.js';
import BaseLayer from '../layer/Base.js';
import BaseLayer from './Base.js';
import {assign, clear} from '../obj.js';
import SourceState from '../source/State.js';