()
| 56 | var $el = this |
| 57 | $(this).one('bsTransitionEnd', function () { called = true }) |
| 58 | var callback = function () { if (!called) $($el).trigger($.support.transition.end) } |
| 59 | setTimeout(callback, duration) |
| 60 | return this |
| 61 | } |
no outgoing calls
no test coverage detected