Fixing requires
This commit is contained in:
@@ -35,6 +35,7 @@ describe('ol.source.wms', function() {
|
||||
|
||||
|
||||
goog.require('ol.TileCoord');
|
||||
goog.require('ol.TileUrlFunction');
|
||||
goog.require('ol.projection');
|
||||
goog.require('ol.source.wms');
|
||||
goog.require('ol.tilegrid');
|
||||
|
||||
@@ -660,4 +660,5 @@ goog.require('ol.Extent');
|
||||
goog.require('ol.Size');
|
||||
goog.require('ol.TileCoord');
|
||||
goog.require('ol.projection');
|
||||
goog.require('ol.tilegrid');
|
||||
goog.require('ol.tilegrid.TileGrid');
|
||||
|
||||
@@ -97,7 +97,8 @@ describe('ol.TileUrlFunction', function() {
|
||||
|
||||
});
|
||||
|
||||
goog.require('ol.Size');
|
||||
goog.require('ol.TileCoord');
|
||||
goog.require('ol.TileUrlFunction');
|
||||
goog.require('ol.projection');
|
||||
goog.require('ol.tilegrid.XYZ');
|
||||
goog.require('ol.tilegrid');
|
||||
|
||||
Reference in New Issue
Block a user