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. |
||
---|---|---|
.. | ||
suites | ||
after.js | ||
before.js | ||
expect.js | ||
happen.js | ||
index.html | ||
karma.conf.js | ||
sinon.js |