Missing require in tileurlfunction.test.js
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
|
||||
|
||||
goog.require('ol.TileUrlFunction');
|
||||
goog.require('ol.tilecoord');
|
||||
goog.require('ol.tilegrid');
|
||||
goog.require('ol.tilegrid.TileGrid');
|
||||
|
||||
|
||||
describe('ol.TileUrlFunction', function() {
|
||||
|
||||
describe('expandUrl', function() {
|
||||
|
||||
Reference in New Issue
Block a user