Leaflet/spec
R. Merkert bbb7acb3f4 Make sure events don't fire after listener is removed.
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.
2013-05-07 20:16:25 -04:00
..
suites Make sure events don't fire after listener is removed. 2013-05-07 20:16:25 -04:00
after.js cleanup testacular config 2013-01-31 15:44:55 +02:00
before.js cleanup testacular config 2013-01-31 15:44:55 +02:00
expect.js Use mocha 2013-04-03 14:50:09 -07:00
happen.js Add a baselayerchange event 2012-10-12 12:19:21 -07:00
index.html simplify popup methods, merge #738 2013-04-20 16:58:42 +03:00
karma.conf.js move phantomjs check for touch into Leaflet 2013-04-05 12:32:19 +03:00
sinon.js Use mocha 2013-04-03 14:50:09 -07:00