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

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