Remove goog.isNull in attribution class
This commit is contained in:
@@ -61,7 +61,7 @@ ol.Attribution.prototype.getHTML = function() {
|
|||||||
*/
|
*/
|
||||||
ol.Attribution.prototype.intersectsAnyTileRange =
|
ol.Attribution.prototype.intersectsAnyTileRange =
|
||||||
function(tileRanges, tileGrid, projection) {
|
function(tileRanges, tileGrid, projection) {
|
||||||
if (goog.isNull(this.tileRanges_)) {
|
if (!this.tileRanges_) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
var i, ii, tileRange, zKey;
|
var i, ii, tileRange, zKey;
|
||||||
|
|||||||
Reference in New Issue
Block a user