Put rendering test requires on top
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
goog.provide('ol.test.rendering.reproj.Image');
|
||||
|
||||
goog.require('ol.events');
|
||||
goog.require('ol.proj');
|
||||
goog.require('ol.proj.EPSG3857');
|
||||
goog.require('ol.reproj.Image');
|
||||
goog.require('ol.source.ImageStatic');
|
||||
|
||||
|
||||
describe('ol.rendering.reproj.Image', function() {
|
||||
|
||||
function testSingleImage(source, targetProj,
|
||||
@@ -52,9 +59,3 @@ describe('ol.rendering.reproj.Image', function() {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
goog.require('ol.events');
|
||||
goog.require('ol.proj');
|
||||
goog.require('ol.proj.EPSG3857');
|
||||
goog.require('ol.reproj.Image');
|
||||
goog.require('ol.source.ImageStatic');
|
||||
|
||||
Reference in New Issue
Block a user