Put test requires on top
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
goog.provide('ol.test.geom.flat.segments');
|
||||
|
||||
goog.require('ol.geom.flat.segments');
|
||||
|
||||
|
||||
describe('ol.geom.flat.segments', function() {
|
||||
|
||||
describe('ol.geom.flat.segments.forEach', function() {
|
||||
@@ -53,5 +56,3 @@ describe('ol.geom.flat.segments', function() {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
goog.require('ol.geom.flat.segments');
|
||||
|
||||
Reference in New Issue
Block a user