Changeset 1632
- Timestamp:
- 10/05/06 23:19:01 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Events.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Events.js
r1588 r1632 290 290 } 291 291 // don't fall through to other DOM elements 292 if (!this.fallThrough) { 293 OpenLayers. Event.stop(evt);292 if (!this.fallThrough) { 293 OpenLayers.Util.safeStopPropagation(evt); 294 294 } 295 295 }
