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