Changeset 7683
- Timestamp:
- 08/03/08 08:24:18 (4 months ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Handler/Feature.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Handler/Feature.js
r7682 r7683 178 178 mousemove: function(evt) { 179 179 if (!this.callbacks['over'] && !this.callbacks['out']) { 180 return false;180 return true; 181 181 } 182 182 this.handle(evt);
