Put test requires on top
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
goog.provide('ol.test.format.IGC');
|
||||
|
||||
goog.require('ol.format.IGC');
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.proj');
|
||||
|
||||
|
||||
describe('ol.format.IGC', function() {
|
||||
|
||||
@@ -130,7 +134,3 @@ describe('ol.format.IGC', function() {
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
goog.require('ol.format.IGC');
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.proj');
|
||||
|
||||
Reference in New Issue
Block a user