OpenLayers OpenLayers

Ticket #880: events.patch

File events.patch, 458 bytes (added by crschmidt, 1 year ago)
  • lib/OpenLayers/Events.js

    old new  
    326326 
    327327// FIXME: Remove this in 3.0. In 3.0, Event.stop will no longer be provided 
    328328// by OpenLayers. 
    329 if (!window.Event) { 
    330   var Event = OpenLayers.Event; 
    331 
     329OpenLayers.Util.applyDefaults(Event, OpenLayers.Event); 
    332330 
    333331/** 
    334332 * Class: OpenLayers.Events