Add missing Closure Library requires

This commit is contained in:
Tom Payne
2013-04-05 22:10:16 +02:00
parent 12a6d6b43f
commit 4be8c991f7
76 changed files with 135 additions and 3 deletions

View File

@@ -275,5 +275,7 @@ describe('ol.collection', function() {
});
goog.require('goog.events');
goog.require('ol.Collection');
goog.require('ol.CollectionEventType');

View File

@@ -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');

View File

@@ -475,4 +475,6 @@ describe('ol.Object', function() {
});
});
goog.require('goog.events');
goog.require('ol.Object');

View File

@@ -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');

View File

@@ -547,4 +547,5 @@ describe('ol.Sphere', function() {
});
goog.require('goog.math');
goog.require('ol.Sphere');

View File

@@ -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');

View File

@@ -58,5 +58,6 @@ describe('ol.structs.RTree', function() {
});
goog.require('goog.object');
goog.require('ol.Rectangle');
goog.require('ol.structs.RTree');