Fix typo in tests

This commit is contained in:
Tom Payne
2013-11-06 17:46:30 +01:00
parent 18aa1b8ae5
commit fbb817157b

View File

@@ -451,7 +451,7 @@ describe('ol.tilegrid.TileGrid', function() {
});
});
describe('getTileCoordExent', function() {
describe('getTileCoordExtent', function() {
it('returns the expected extend', function() {
var tileGrid = new ol.tilegrid.TileGrid({
resolutions: resolutions,