Incorporate remaining review comments from @bartvde.

This commit is contained in:
ahocevar
2012-01-20 14:18:15 +01:00
parent e70569b2bb
commit e09ee34f23
3 changed files with 2 additions and 3 deletions

View File

@@ -354,7 +354,6 @@ OpenLayers.Control.OverviewMap = OpenLayers.Class(OpenLayers.Control, {
onButtonClick: function(evt) {
if (evt.button === this.minimizeDiv) {
this.minimizeControl();
propagate = false;
} else if (evt.button === this.maximizeDiv) {
this.maximizeControl();
};