()
| 21157 | return; |
| 21158 | } |
| 21159 | const tryShowNow = function() { |
| 21160 | if (scheduler2.$destroyed) { |
| 21161 | return; |
| 21162 | } |
| 21163 | if (scheduler2.getEvent(eventId)) { |
| 21164 | scheduler2.showEvent(eventId); |
| 21165 | return true; |
| 21166 | } |
| 21167 | return false; |
| 21168 | }; |
| 21169 | if (tryShowNow()) { |
| 21170 | return; |
| 21171 | } |
no test coverage detected