Put test requires on top
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
goog.provide('ol.test.reproj.Triangulation');
|
||||
|
||||
goog.require('ol.proj');
|
||||
goog.require('ol.reproj.Triangulation');
|
||||
|
||||
|
||||
describe('ol.reproj.Triangulation', function() {
|
||||
beforeEach(function() {
|
||||
proj4.defs('EPSG:27700', '+proj=tmerc +lat_0=49 +lon_0=-2 ' +
|
||||
@@ -38,7 +42,3 @@ describe('ol.reproj.Triangulation', function() {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
goog.require('ol.proj');
|
||||
goog.require('ol.reproj.Triangulation');
|
||||
|
||||
Reference in New Issue
Block a user