mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix events (port bug fix from devel)
This commit is contained in:
@@ -180,7 +180,7 @@ EventSupport.listen = function (element, events, selector, handler, recipient, g
|
||||
// an element.
|
||||
for (var i = 0; i < newHandlerRecs.length; i++) {
|
||||
var handlerToRemove = newHandlerRecs[i];
|
||||
var info = eventDict[type];
|
||||
var info = eventDict[handlerToRemove.type];
|
||||
if (! info)
|
||||
continue;
|
||||
var handlerList = info.handlers;
|
||||
|
||||
Reference in New Issue
Block a user