Remove goog.isDef from attribution.js through color.js (-54 B)
This commit is contained in:
@@ -38,8 +38,7 @@ ol.Attribution = function(options) {
|
||||
* @private
|
||||
* @type {Object.<string, Array.<ol.TileRange>>}
|
||||
*/
|
||||
this.tileRanges_ = goog.isDef(options.tileRanges) ?
|
||||
options.tileRanges : null;
|
||||
this.tileRanges_ = options.tileRanges ? options.tileRanges : null;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user