Put test requires on top
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
goog.provide('ol.test.render.Box');
|
||||
|
||||
goog.require('ol.Disposable');
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.View');
|
||||
goog.require('ol.geom.Polygon');
|
||||
goog.require('ol.render.Box');
|
||||
|
||||
|
||||
describe('ol.render.Box', function() {
|
||||
|
||||
var box, map, target;
|
||||
@@ -67,9 +74,3 @@ describe('ol.render.Box', function() {
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
goog.require('ol.Disposable');
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.View');
|
||||
goog.require('ol.geom.Polygon');
|
||||
goog.require('ol.render.Box');
|
||||
|
||||
Reference in New Issue
Block a user