Space for linter

This commit is contained in:
Tim Schaub
2013-02-25 09:52:33 -07:00
parent 6ceae978bf
commit 86262bf17e

View File

@@ -23,14 +23,13 @@ describe('ol.Projection', function() {
});
it('gives that CRS:84, urn:ogc:def:crs:EPSG:6.6:4326, EPSG:4326 are ' +
'equivalent', function() {
_testAllEquivalent([
'CRS:84',
'urn:ogc:def:crs:EPSG:6.6:4326',
'EPSG:4326'
]);
});
'equivalent', function() {
_testAllEquivalent([
'CRS:84',
'urn:ogc:def:crs:EPSG:6.6:4326',
'EPSG:4326'
]);
});
});
describe('identify transform', function() {