Correct stupid typo
This commit is contained in:
@@ -278,7 +278,7 @@ ol.view.Attribution.prototype.handleMapLayersChanged = function() {
|
|||||||
goog.events.listen(layers, ol.CollectionEventType.INSERT_AT,
|
goog.events.listen(layers, ol.CollectionEventType.INSERT_AT,
|
||||||
this.handleLayersInsertAt, false, this),
|
this.handleLayersInsertAt, false, this),
|
||||||
goog.events.listen(layers, ol.CollectionEventType.REMOVE_AT,
|
goog.events.listen(layers, ol.CollectionEventType.REMOVE_AT,
|
||||||
this.handleLayersInsertAt, false, this),
|
this.handleLayersRemoveAt, false, this),
|
||||||
goog.events.listen(layers, ol.CollectionEventType.SET_AT,
|
goog.events.listen(layers, ol.CollectionEventType.SET_AT,
|
||||||
this.handleLayersSetAt, false, this)
|
this.handleLayersSetAt, false, this)
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user