Make map handle background color changes

This commit is contained in:
Éric Lemoine
2013-01-24 22:12:10 +01:00
parent 2a28b7c699
commit 4a64837ba1
4 changed files with 11 additions and 26 deletions

View File

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