Add missing Closure Library requires
This commit is contained in:
@@ -275,5 +275,7 @@ describe('ol.collection', function() {
|
||||
|
||||
});
|
||||
|
||||
|
||||
goog.require('goog.events');
|
||||
goog.require('ol.Collection');
|
||||
goog.require('ol.CollectionEventType');
|
||||
|
||||
@@ -25,5 +25,6 @@ describe('ol.control.Control', function() {
|
||||
});
|
||||
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.dom.TagName');
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.control.Control');
|
||||
|
||||
@@ -475,4 +475,6 @@ describe('ol.Object', function() {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
goog.require('goog.events');
|
||||
goog.require('ol.Object');
|
||||
|
||||
@@ -357,6 +357,7 @@ describe('ol.projection', function() {
|
||||
});
|
||||
|
||||
goog.require('goog.array');
|
||||
goog.require('goog.asserts.AssertionError');
|
||||
goog.require('ol.Extent');
|
||||
goog.require('ol.Projection');
|
||||
goog.require('ol.ProjectionUnits');
|
||||
|
||||
@@ -547,4 +547,5 @@ describe('ol.Sphere', function() {
|
||||
});
|
||||
|
||||
|
||||
goog.require('goog.math');
|
||||
goog.require('ol.Sphere');
|
||||
|
||||
@@ -615,5 +615,6 @@ describe('ol.structs.IntegerSet', function() {
|
||||
|
||||
|
||||
goog.require('goog.array');
|
||||
goog.require('goog.math');
|
||||
goog.require('goog.object');
|
||||
goog.require('ol.structs.IntegerSet');
|
||||
|
||||
@@ -58,5 +58,6 @@ describe('ol.structs.RTree', function() {
|
||||
|
||||
});
|
||||
|
||||
goog.require('goog.object');
|
||||
goog.require('ol.Rectangle');
|
||||
goog.require('ol.structs.RTree');
|
||||
|
||||
Reference in New Issue
Block a user