Remove goog.isDef from attribution.js through color.js (-54 B)
This commit is contained in:
@@ -91,7 +91,7 @@ ol.Collection = function(opt_array) {
|
||||
* @private
|
||||
* @type {!Array.<T>}
|
||||
*/
|
||||
this.array_ = goog.isDef(opt_array) ? opt_array : [];
|
||||
this.array_ = opt_array ? opt_array : [];
|
||||
|
||||
this.updateLength_();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user