1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/dist
Kevin Brown 64cb528f62 Set up a public event relay
Now Select2 can fire jQuery events that will match the corresponding
internal events. The `open` and `close` events are now publicly
accessible.

The selection adapter was chosen because it is the least likely to
be moved, but handles the most common events. This `EventRelay`
decorator should theoretically be able to decorate any of the
adapters, as they all have the `bind` method that it needs.
2015-01-08 11:44:09 -05:00
..
css Fixed SASS error 2015-01-06 17:54:33 -05:00
js Set up a public event relay 2015-01-08 11:44:09 -05:00