diff --git a/src/ol/map.js b/src/ol/map.js index 9f85dfee51..9513467325 100644 --- a/src/ol/map.js +++ b/src/ol/map.js @@ -291,7 +291,7 @@ ol.Map = function(mapOptions) { this.handleSizeChanged_, false, this); goog.events.listen( this, ol.Object.getChangedEventType(ol.MapProperty.BACKGROUND_COLOR), - this.handleBackgroundColorChanged_, false, this), + this.handleBackgroundColorChanged_, false, this); this.setValues(mapOptionsInternal.values); // this gives the map an initial size