()
| 37 | var called = false, $el = this |
| 38 | $(this).one($.support.transition.end, function () { called = true }) |
| 39 | var callback = function () { if (!called) $($el).trigger($.support.transition.end) } |
| 40 | setTimeout(callback, duration) |
| 41 | return this |
| 42 | } |
no outgoing calls
no test coverage detected