Changeset 5975
- Timestamp:
- 02/03/08 12:20:39 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Handler/Feature.js
r5614 r5975 212 212 this.triggerCallback(type, 'in', [this.feature]); 213 213 } 214 this.lastFeature = this.feature; 214 215 stopEvtPropag = true; 215 216 } else { … … 220 221 } 221 222 } 222 this.lastFeature = this.feature;223 223 } else { 224 224 if(previouslyIn || (click && this.lastFeature)) {
