| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-03 | feat(Scenario): autodisable animations when running e2e tests | Igor Minar | |
| animations cause the dom to contain elements that have been removed from the model but are being animated out. we could teach the e2e runner to wait for animations but that would make all tests slower. it should be quite safe to just disable animations automatically when the app is running via the e2e test runner. this change disables only css animations. we should make additional change that disables js animations as well, but since we don't need this right now I'm punting on it. | |||
| 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 | |
