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.VectorTile');
goog.require('ol.Map');
goog.require('ol.View');
goog.require('ol.format.MVT');
goog.require('ol.layer.VectorTile');
goog.require('ol.obj');
goog.require('ol.source.VectorTile');
describe('ol.rendering.layer.VectorTile', function() {
var target, map;
@@ -73,10 +81,3 @@ describe('ol.rendering.layer.VectorTile', function() {
});
});
goog.require('ol.Map');
goog.require('ol.View');
goog.require('ol.format.MVT');
goog.require('ol.layer.VectorTile');
goog.require('ol.obj');
goog.require('ol.source.VectorTile');