Changeset 2538
- Timestamp:
- 03/08/07 14:51:22 (2 years ago)
- Files:
-
- sandbox/vector-2.4/lib/OpenLayers/Handler/Drag.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/vector-2.4/lib/OpenLayers/Handler/Drag.js
r2520 r2538 62 62 if (this.dragging && OpenLayers.Util.mouseLeft(evt, this.map.div)) { 63 63 this.dragging = false; 64 // TBD replace with CSS classes 65 this.map.div.style.cursor = "default"; 64 66 this.callback("out", []); 65 67 }
