Ticket #880: event_stop.patch
| File event_stop.patch, 438 bytes (added by crschmidt, 1 year ago) |
|---|
-
lib/OpenLayers/Events.js
old new 326 326 327 327 // FIXME: Remove this in 3.0. In 3.0, Event.stop will no longer be provided 328 328 // by OpenLayers. 329 if (!window.Event ) {330 var Event = OpenLayers.Event;329 if (!window.Event.stop) { 330 Event.stop = OpenLayers.Event.stop; 331 331 } 332 332 333 333 /**
