()
| 36 | called = true; |
| 37 | }); |
| 38 | var callback = function() { |
| 39 | if (!called) { |
| 40 | $($el).trigger($transition.end); |
| 41 | } |
| 42 | }; |
| 43 | setTimeout(callback, duration); |
| 44 | return this; |
| 45 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected