Prefer single line assignment to 80 character limit
This commit is contained in:
@@ -59,8 +59,7 @@ ol.Attribution.prototype.getHTML = function() {
|
||||
* @param {!ol.proj.Projection} projection Projection.
|
||||
* @return {boolean} Intersects any tile range.
|
||||
*/
|
||||
ol.Attribution.prototype.intersectsAnyTileRange =
|
||||
function(tileRanges, tileGrid, projection) {
|
||||
ol.Attribution.prototype.intersectsAnyTileRange = function(tileRanges, tileGrid, projection) {
|
||||
if (!this.tileRanges_) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user