Stray debugger
This commit is contained in:
@@ -128,7 +128,6 @@ describe('ol.Projection', function() {
|
|||||||
describe('ol.Projection.getTransformFromCodes()', function() {
|
describe('ol.Projection.getTransformFromCodes()', function() {
|
||||||
|
|
||||||
it('returns a transform function', function() {
|
it('returns a transform function', function() {
|
||||||
debugger;
|
|
||||||
var transform = ol.Projection.getTransformFromCodes(
|
var transform = ol.Projection.getTransformFromCodes(
|
||||||
'GOOGLE', 'EPSG:4326');
|
'GOOGLE', 'EPSG:4326');
|
||||||
expect(typeof transform).toBe('function');
|
expect(typeof transform).toBe('function');
|
||||||
|
|||||||
Reference in New Issue
Block a user