()
| 112 | } |
| 113 | |
| 114 | function setTransitionEndSupport() { |
| 115 | transition = transitionEndTest(); |
| 116 | $$$1.fn.emulateTransitionEnd = transitionEndEmulator; |
| 117 | |
| 118 | if (Util.supportsTransitionEnd()) { |
| 119 | $$$1.event.special[Util.TRANSITION_END] = getSpecialTransitionEndEvent(); |
| 120 | } |
| 121 | } |
| 122 | |
| 123 | function escapeId(selector) { |
| 124 | // We escape IDs in case of special selectors (selector = '#myId:something') |
no test coverage detected