()
| 118 | } |
| 119 | |
| 120 | function setTransitionEndSupport() { |
| 121 | $.fn.emulateTransitionEnd = transitionEndEmulator; |
| 122 | $.event.special[Util.TRANSITION_END] = getSpecialTransitionEndEvent(); |
| 123 | } |
| 124 | /** |
| 125 | * -------------------------------------------------------------------------- |
| 126 | * Public Util Api |
no test coverage detected