Correct stupid typo

This commit is contained in:
Tom Payne
2012-08-02 16:13:01 +02:00
parent e203944abf
commit 66f4e1f401

View File

@@ -278,7 +278,7 @@ ol.view.Attribution.prototype.handleMapLayersChanged = function() {
goog.events.listen(layers, ol.CollectionEventType.INSERT_AT,
this.handleLayersInsertAt, false, this),
goog.events.listen(layers, ol.CollectionEventType.REMOVE_AT,
this.handleLayersInsertAt, false, this),
this.handleLayersRemoveAt, false, this),
goog.events.listen(layers, ol.CollectionEventType.SET_AT,
this.handleLayersSetAt, false, this)
];