Change a comma to a semi-colon (thanks @bbinet)

This commit is contained in:
Éric Lemoine
2013-01-29 10:33:35 +01:00
parent 43fe004917
commit 713828d953

View File

@@ -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