Prefer single line assignment to 80 character limit
This commit is contained in:
@@ -67,8 +67,7 @@ goog.inherits(ol.source.VectorTile, ol.source.UrlTile);
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.source.VectorTile.prototype.getTile =
|
||||
function(z, x, y, pixelRatio, projection) {
|
||||
ol.source.VectorTile.prototype.getTile = function(z, x, y, pixelRatio, projection) {
|
||||
var tileCoordKey = this.getKeyZXY(z, x, y);
|
||||
if (this.tileCache.containsKey(tileCoordKey)) {
|
||||
return /** @type {!ol.Tile} */ (this.tileCache.get(tileCoordKey));
|
||||
|
||||
Reference in New Issue
Block a user