Remove goog.isNull in attribution class

This commit is contained in:
Marc Jansen
2015-09-29 15:22:07 +02:00
parent 54d4434900
commit 3552f5ff66

View File

@@ -61,7 +61,7 @@ ol.Attribution.prototype.getHTML = function() {
*/
ol.Attribution.prototype.intersectsAnyTileRange =
function(tileRanges, tileGrid, projection) {
if (goog.isNull(this.tileRanges_)) {
if (!this.tileRanges_) {
return true;
}
var i, ii, tileRange, zKey;