No more need for listener keys array

This commit is contained in:
Éric Lemoine
2013-01-24 22:24:51 +01:00
parent 4a64837ba1
commit 80b38e608b
2 changed files with 7 additions and 18 deletions

View File

@@ -76,15 +76,6 @@ ol.renderer.canvas.Map.prototype.getCanvas = function() {
};
/**
* @param {goog.events.Event} event Event.
* @protected
*/
ol.renderer.canvas.Map.prototype.handleLayerRendererChange = function(event) {
this.getMap().render();
};
/**
* @inheritDoc
*/