Changeset 4040
- Timestamp:
- 08/25/07 03:39:28 (1 year ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Events.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Events.js
r3984 r4040 325 325 OpenLayers.Event.observe(window, 'unload', OpenLayers.Event.unloadCache, false); 326 326 327 if (window.Event) { 328 OpenLayers.Util.extend(window.Event, OpenLayers.Event); 329 } else{327 // FIXME: Remove this in 3.0. In 3.0, Event.stop will no longer be provided 328 // by OpenLayers. 329 if (!window.Event) { 330 330 var Event = OpenLayers.Event; 331 331 }
