Leaflet/spec/suites
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
..
control Use mocha 2013-04-03 14:50:09 -07:00
core Make sure events don't fire after listener is removed. 2013-05-07 20:16:25 -04:00
dom Use mocha 2013-04-03 14:50:09 -07:00
geo Proper default for delta 2013-04-03 14:50:10 -07:00
geometry Use mocha 2013-04-03 14:50:09 -07:00
layer Bounds-check array access in Polygon#initialize 2013-05-02 16:17:04 -07:00
map Throw an exception if a map div is not found 2013-04-08 12:28:27 -04:00
LeafletSpec.js Use mocha 2013-04-03 14:50:09 -07:00
SpecHelper.js Omit "should" in spec descriptions 2013-02-19 12:41:48 -08:00