Remove superfluous setTileUrlFunction call

This commit is contained in:
ahocevar
2018-11-29 21:20:35 +01:00
parent 65a10db432
commit 9720db2041

View File

@@ -84,10 +84,6 @@ class UrlTile extends TileSource {
this.setUrl(options.url);
}
if (options.tileUrlFunction) {
this.setTileUrlFunction(options.tileUrlFunction, this.key_);
}
/**
* @private
* @type {!Object<string, boolean>}