Make map handle size changes

This commit is contained in:
Éric Lemoine
2013-01-24 22:06:47 +01:00
parent 71a462cd54
commit 15898b559b
3 changed files with 11 additions and 22 deletions

View File

@@ -93,15 +93,6 @@ ol.renderer.canvas.Map.prototype.handleLayerRendererChange = function(event) {
};
/**
* @inheritDoc
*/
ol.renderer.canvas.Map.prototype.handleSizeChanged = function() {
goog.base(this, 'handleSizeChanged');
this.getMap().render();
};
/**
* @inheritDoc
*/