bbb7acb3f4
This patch fixes a problem with a dangling event listener, which is called even after it has been removed. This situation can occur when a listener is removed during an even dispatch. To fix this problem, the old action is replaced with a NOOP, so that when the listener is being fired, it is not the old listener but the NOOP. |
||
---|---|---|
.. | ||
control | ||
core | ||
dom | ||
geo | ||
geometry | ||
layer | ||
map | ||
LeafletSpec.js | ||
SpecHelper.js |