0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 07:13:08 -05:00
Squire/source
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
..
Constants.js Fix Cmd-left/right bug in Firefox on Mac OS X. 2013-05-20 16:14:28 +10:00
document.html Add IE10 compatibility. 2012-11-12 18:30:40 +11:00
Editor.js Support add/removing listeners whilst firing event 2013-05-24 14:02:12 +10:00
ie8dom.js Tidy. Ensure trailing new line in all source files 2012-08-07 13:36:05 +10:00
ie8range.js Fix IE returns null for getSelection if never focussed. 2012-08-09 15:08:04 +10:00
ie8types.js Catch all errors to allow logging. 2013-01-24 11:54:44 +11:00
intro.js Replace Node prototype extensions with normal fns. 2013-04-08 13:27:06 +10:00
Node.js Always return nodeAfterSplit from split fn 2013-04-10 13:43:31 +10:00
outro.js Replace Node prototype extensions with normal fns. 2013-04-08 13:27:06 +10:00
Range.js Replace Node prototype extensions with normal fns. 2013-04-08 13:27:06 +10:00
TreeWalker.js Replace Node prototype extensions with normal fns. 2013-04-08 13:27:06 +10:00