#651: PanZoom should not block mouseup. Reviewed by tschaub.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3766 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-07-16 19:07:01 +00:00
parent 92b7a2316f
commit 9ebf950e3b
2 changed files with 7 additions and 9 deletions

View File

@@ -117,8 +117,6 @@ OpenLayers.Control.PanZoom.prototype =
OpenLayers.Event.observe(btn, "mousedown",
this.buttonDown.bindAsEventListener(btn));
OpenLayers.Event.observe(btn, "mouseup",
this.doubleClick.bindAsEventListener(btn));
OpenLayers.Event.observe(btn, "dblclick",
this.doubleClick.bindAsEventListener(btn));
OpenLayers.Event.observe(btn, "click",