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