Add missing requires to tests
This commit is contained in:
@@ -9,10 +9,11 @@ goog.require('ol.interaction');
|
||||
goog.require('ol.interaction.DoubleClickZoom');
|
||||
goog.require('ol.interaction.Interaction');
|
||||
goog.require('ol.interaction.MouseWheelZoom');
|
||||
goog.require('ol.interaction.PinchZoom');
|
||||
goog.require('ol.layer.Tile');
|
||||
goog.require('ol.renderer.canvas.IntermediateCanvas');
|
||||
goog.require('ol.source.XYZ');
|
||||
|
||||
|
||||
describe('ol.Map', function() {
|
||||
|
||||
describe('constructor', function() {
|
||||
|
||||
Reference in New Issue
Block a user