Use named exports from ol/index.js

This commit is contained in:
Tim Schaub
2017-12-12 10:24:58 -07:00
parent fce644556b
commit 87295a74dd
250 changed files with 874 additions and 887 deletions

View File

@@ -1,4 +1,4 @@
import _ol_ from '../../../src/ol/index.js';
import {getUid} from '../../../src/ol/index.js';
import _ol_net_ from '../../../src/ol/net.js';
describe('ol.net', function() {
@@ -17,7 +17,7 @@ describe('ol.net', function() {
expect(removeChild.called).to.be(true);
done();
};
key = 'olc_' + _ol_.getUid(callback);
key = 'olc_' + getUid(callback);
return callback;
}