Merge pull request #166 from elemoine/extracomma

Change a comma to a semi-colon (thanks @bbinet)
This commit is contained in:
Éric Lemoine
2013-01-29 01:34:23 -08:00

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