A couple changes got rolled into r326 that weren't meant to: Rolling them back out.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@327 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -59,11 +59,7 @@ OpenLayers.Events.prototype = {
|
||||
var listeners = this.listeners[type];
|
||||
listeners.push( func.bindAsEventListener(obj) );
|
||||
},
|
||||
|
||||
remove: function (type) {
|
||||
this.listeners[type].pop();
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
* @param {event} evt
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user