()
| 87 | } |
| 88 | |
| 89 | function transitionEndTest() { |
| 90 | if (typeof window !== 'undefined' && window.QUnit) { |
| 91 | return false; |
| 92 | } |
| 93 | |
| 94 | return { |
| 95 | end: 'transitionend' |
| 96 | }; |
| 97 | } |
| 98 | |
| 99 | function transitionEndEmulator(duration) { |
| 100 | var _this = this; |
no outgoing calls
no test coverage detected