Put rendering test requires on top
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user