Click on overview map raises error in IE. r=tschaub (closes #1371)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6330 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2008-02-20 23:40:18 +00:00
parent 0a96e9c17b
commit c3c34751bd

View File

@@ -327,7 +327,6 @@ OpenLayers.Control.OverviewMap = OpenLayers.Class(OpenLayers.Control, {
newLeft + width, newLeft + width,
newTop)); newTop));
this.updateMapToRect(); this.updateMapToRect();
OpenLayers.Event.stop(evt);
}, },
/** /**