Skip to content

Commit

Permalink
more on #281
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Sep 8, 2011
1 parent 1c021e1 commit 7ce750a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dom/DomEvent.js
Expand Up @@ -59,7 +59,7 @@ L.DomEvent = {
} else if ('detachEvent' in obj) {
obj.detachEvent("on" + type, handler);
}
obj[key] = null;
delete obj[key];
},

_checkMouse: function(el, e) {
Expand Down

0 comments on commit 7ce750a

Please sign in to comment.