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