0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2025-02-03 04:38:41 -05:00
Squire/build
Neil Jenkins 946afc9a17 Support add/removing listeners whilst firing event
If you removed an event listener whilst it was being fired, this would alter the
list of handlers, which would cause the fireEvent function to read past the end
of the array (and to skip the next listener). Now, we clone the array of
listeners before firing, so adding/removing listeners has no effect on an
already firing event.
2013-05-24 14:02:12 +10:00
..
document.html Add IE10 compatibility. 2012-11-12 18:30:40 +11:00
ie8.js Catch all errors to allow logging. 2013-01-24 11:54:44 +11:00
squire-raw.js Support add/removing listeners whilst firing event 2013-05-24 14:02:12 +10:00
squire.js Support add/removing listeners whilst firing event 2013-05-24 14:02:12 +10:00