Clean up some lint problems in specs

This commit is contained in:
Tom Payne
2012-09-27 12:32:15 +02:00
parent c908e88dce
commit b7def4c8c4
4 changed files with 16 additions and 11 deletions

View File

@@ -20,7 +20,8 @@ describe('ol.Projection', function() {
]);
});
it('gives that CRS:84, urn:ogc:def:crs:EPSG:6.6:4326, EPSG:4326 are equivalent', 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',