From c3c34751bddb014badbd4b259d7760803f62ed05 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 20 Feb 2008 23:40:18 +0000 Subject: [PATCH] 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 --- lib/OpenLayers/Control/OverviewMap.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/OpenLayers/Control/OverviewMap.js b/lib/OpenLayers/Control/OverviewMap.js index d1ef3efa32..8adca968d0 100644 --- a/lib/OpenLayers/Control/OverviewMap.js +++ b/lib/OpenLayers/Control/OverviewMap.js @@ -327,7 +327,6 @@ OpenLayers.Control.OverviewMap = OpenLayers.Class(OpenLayers.Control, { newLeft + width, newTop)); this.updateMapToRect(); - OpenLayers.Event.stop(evt); }, /**