Space for linter

This commit is contained in:
Tim Schaub
2013-02-25 09:52:33 -07:00
parent 6ceae978bf
commit 86262bf17e
+7 -8
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 ' + it('gives that CRS:84, urn:ogc:def:crs:EPSG:6.6:4326, EPSG:4326 are ' +
'equivalent', function() { 'equivalent', function() {
_testAllEquivalent([ _testAllEquivalent([
'CRS:84', 'CRS:84',
'urn:ogc:def:crs:EPSG:6.6:4326', 'urn:ogc:def:crs:EPSG:6.6:4326',
'EPSG:4326' 'EPSG:4326'
]); ]);
}); });
}); });
describe('identify transform', function() { describe('identify transform', function() {