Rename _ol_proj_Projection_ to Projection

This commit is contained in:
Tim Schaub
2018-01-11 13:33:41 -07:00
parent 893d134e36
commit aa89746c47
23 changed files with 75 additions and 75 deletions

View File

@@ -1,4 +1,4 @@
import _ol_proj_Projection_ from '../../../../src/ol/proj/Projection.js';
import Projection from '../../../../src/ol/proj/Projection.js';
import * as transforms from '../../../../src/ol/proj/transforms.js';
@@ -8,12 +8,12 @@ describe('transforms.remove()', function() {
var units = 'degrees';
it('removes functions cached by transforms.add()', function() {
var foo = new _ol_proj_Projection_({
var foo = new Projection({
code: 'foo',
units: units,
extent: extent
});
var bar = new _ol_proj_Projection_({
var bar = new Projection({
code: 'bar',
units: units,
extent: extent