Change a comma to a semi-colon (thanks @bbinet)
This commit is contained in:
@@ -291,7 +291,7 @@ ol.Map = function(mapOptions) {
|
|||||||
this.handleSizeChanged_, false, this);
|
this.handleSizeChanged_, false, this);
|
||||||
goog.events.listen(
|
goog.events.listen(
|
||||||
this, ol.Object.getChangedEventType(ol.MapProperty.BACKGROUND_COLOR),
|
this, ol.Object.getChangedEventType(ol.MapProperty.BACKGROUND_COLOR),
|
||||||
this.handleBackgroundColorChanged_, false, this),
|
this.handleBackgroundColorChanged_, false, this);
|
||||||
this.setValues(mapOptionsInternal.values);
|
this.setValues(mapOptionsInternal.values);
|
||||||
|
|
||||||
// this gives the map an initial size
|
// this gives the map an initial size
|
||||||
|
|||||||
Reference in New Issue
Block a user