Prefer single line assignment to 80 character limit
This commit is contained in:
@@ -122,8 +122,7 @@ ol.TileUrlFunction.createFromTileUrlFunctions = function(tileUrlFunctions) {
|
||||
* @param {ol.proj.Projection} projection Projection.
|
||||
* @return {string|undefined} Tile URL.
|
||||
*/
|
||||
ol.TileUrlFunction.nullTileUrlFunction =
|
||||
function(tileCoord, pixelRatio, projection) {
|
||||
ol.TileUrlFunction.nullTileUrlFunction = function(tileCoord, pixelRatio, projection) {
|
||||
return undefined;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user