Remove ol.extent.toString

This commit is contained in:
Tom Payne
2013-09-20 12:14:41 +01:00
parent 6a39d11222
commit aa44547565
2 changed files with 0 additions and 17 deletions

View File

@@ -212,13 +212,6 @@ describe('ol.extent', function() {
});
});
describe('toString', function() {
it('returns the expected string', function() {
var extent = [0, 1, 2, 3];
expect(ol.extent.toString(extent)).to.eql('(0, 2, 1, 3)');
});
});
describe('transform', function() {
it('does transform', function() {