From 66f4e1f40156c2244c80c3cf4cff58ed8527f69a Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Thu, 2 Aug 2012 16:13:01 +0200 Subject: [PATCH] Correct stupid typo --- src/ol/view/attribution.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/view/attribution.js b/src/ol/view/attribution.js index 57a25e9b86..f282aa3fa7 100644 --- a/src/ol/view/attribution.js +++ b/src/ol/view/attribution.js @@ -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) ];