From 713828d953375dbb1d2d2d1106865d30ddee7bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 29 Jan 2013 10:33:35 +0100 Subject: [PATCH] Change a comma to a semi-colon (thanks @bbinet) --- src/ol/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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