r1114@creusa: crschmidt | 2006-06-05 09:56:11 -0400

Small change to events.js to set div on evt so that registered handlers can get ahold of it without using cross-browser stuff.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@508 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-06-05 13:49:56 +00:00
parent 6347973fd2
commit c9e6fbe3fa

View File

@@ -95,6 +95,7 @@ OpenLayers.Events.prototype = {
evt = {};
}
evt.object = this.object;
evt.div = this.div;
var listeners = this.listeners[type];
for (var i = 0; i < listeners.length; i++) {