Changeset 3010
- Timestamp:
- 04/05/07 12:43:20 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/tschaub/feature/lib/OpenLayers/Control/DragFeature.js
r3009 r3010 120 120 this.feature = feature; 121 121 this.dragHandler.activate(); 122 this.over = true; 122 123 } else { 123 124 if(this.feature.id == feature.id) { … … 159 160 upFeature: function(pixel) { 160 161 this.dragging = false; 162 console.log(this.over); 161 163 if(!this.over) { 162 164 this.dragHandler.deactivate();
