(box)
| 12269 | }, 1); |
| 12270 | } |
| 12271 | function startModal(box) { |
| 12272 | scheduler2.eventRemove(box, "keydown", trapFocus); |
| 12273 | scheduler2.event(box, "keydown", trapFocus); |
| 12274 | modalsStack.push(box); |
| 12275 | } |
| 12276 | function endModal() { |
| 12277 | var box = modalsStack.pop(); |
| 12278 | if (box) { |
no test coverage detected