1
0
mirror of synced 2024-11-22 13:06:08 +03:00
select2/dist
Kevin Brown 1191d4a3bb Fixed overflow when triggering results messages
Because of the change made previously to make events global, any
time a result message was triggered there would be a stack overflow.
This was because we were re-triggering the event locally if it
happened on a global level, which would start the loop.

This has been fixed so the event is never caught locally, but
instead uses the global handler.
2015-01-09 12:46:21 -05:00
..
css Style clear icon in multiple selects 2015-01-09 11:03:31 -05:00
js Fixed overflow when triggering results messages 2015-01-09 12:46:21 -05:00