OpenLayers OpenLayers

Changeset 2224

Show
Ignore:
Timestamp:
02/16/07 11:27:36 (2 years ago)
Author:
sderle
Message:

Applied bartvde's patch to fix #484.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Control/PanZoom.js

    r1721 r2224  
    8686 
    8787        btn.onmousedown = this.buttonDown.bindAsEventListener(btn); 
     88        btn.onmouseup = this.doubleClick.bindAsEventListener(btn); 
    8889        btn.ondblclick  = this.doubleClick.bindAsEventListener(btn); 
    89         btn.onclick  = this.doubleClick.bindAsEventListener(btn); 
    9090        btn.action = id; 
    9191        btn.map = this.map;