| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-26 | fix(jqLite): fire $destroy event via triggerHandler | Igor Minar | |
| in jQuery 1.8.x the data() data structure is changed and events are not accessible via data().events. Since all we need is to trigger all event handlers, we can do so via triggerHandler() api instead of mocking with the internal jQuery data structures. This fix was originally proposed by PeteAppleton via PR #1512. Closes #1512 | |||
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
