Put rendering test requires on top

This commit is contained in:
Tim Schaub
2016-08-07 23:22:12 -06:00
parent dd2e9c9ac9
commit 7d29b35e75
13 changed files with 128 additions and 115 deletions

View File

@@ -1,5 +1,13 @@
goog.provide('ol.test.rendering.layer.Image');
goog.require('ol.Map');
goog.require('ol.View');
goog.require('ol.layer.Image');
goog.require('ol.obj');
goog.require('ol.proj');
goog.require('ol.source.ImageStatic');
describe('ol.rendering.layer.Image', function() {
var target, map;
@@ -108,10 +116,3 @@ describe('ol.rendering.layer.Image', function() {
});
});
goog.require('ol.Map');
goog.require('ol.View');
goog.require('ol.layer.Image');
goog.require('ol.obj');
goog.require('ol.proj');
goog.require('ol.source.ImageStatic');