aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngMock/angular-mocks.js
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-09-07 07:19:25 +0100
committerPete Bacon Darwin2013-09-07 07:30:57 +0100
commit4def730de706170995cfb9f62da6397b7cc18285 (patch)
tree0cdb5a9be66cafeb026f0b60bfaf70e5c4460363 /src/ngMock/angular-mocks.js
parentd50ed6bfb8c4982401923ff535fe932ef4f387a2 (diff)
downloadangular.js-4def730de706170995cfb9f62da6397b7cc18285.tar.bz2
fix(browserTrigger): do not use document.createEvent method
Firefox 23 has deprecated the use of createEvent for transition and animation events. We must now use `new TransitionEvent()` and `new AnimationEvent()` if they are available. But of course IE doesn't support this format correctly so we must wrap the attempt in a try block and revert to document.createEvent if necessary..
Diffstat (limited to 'src/ngMock/angular-mocks.js')
0 files changed, 0 insertions, 0 deletions