()
| 12291 | scheduler2.$keyboardNavigation.trapFocus(target, event2); |
| 12292 | } |
| 12293 | function traceLightbox() { |
| 12294 | startModal(scheduler2.getLightbox()); |
| 12295 | } |
| 12296 | scheduler2.attachEvent("onLightbox", traceLightbox); |
| 12297 | scheduler2.attachEvent("onAfterLightbox", endModal); |
| 12298 | scheduler2.attachEvent("onAfterQuickInfo", function() { |
nothing calls this directly
no test coverage detected