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
@@ -3,7 +3,7 @@
*/
import {abstract} from '../util.js';
import BaseObject from '../Object.js';
import LayerProperty from '../layer/Property.js';
import LayerProperty from './Property.js';
import {clamp} from '../math.js';
import {assign} from '../obj.js';