Import inherits, getUid, and VERSION from ol/util

This commit is contained in:
Tim Schaub
2018-07-19 10:26:17 -06:00
parent 83972b00a5
commit c860aed960
16 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import {getUid} from '../../../../src/ol/index.js';
import {getUid} from '../../../../src/ol/util.js';
import {stableSort} from '../../../../src/ol/array.js';
import Collection from '../../../../src/ol/Collection.js';
import {getIntersection} from '../../../../src/ol/extent.js';
+1 -1
View File
@@ -1,4 +1,4 @@
import {getUid} from '../../../../src/ol/index.js';
import {getUid} from '../../../../src/ol/util.js';
import Map from '../../../../src/ol/Map.js';
import Layer, {visibleAtResolution} from '../../../../src/ol/layer/Layer.js';
import {get as getProjection} from '../../../../src/ol/proj.js';