aboutsummaryrefslogtreecommitdiffstats
path: root/test/ngScenario/ApplicationSpec.js
AgeCommit message (Collapse)Author
2012-11-26fix(jqLite): fire $destroy event via triggerHandlerIgor 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-28chore(module): move files around in preparation for more modulesMisko Hevery