* Mousedown event only for updating activeElement
(event)
| 594 | * Mousedown event only for updating activeElement |
| 595 | */ |
| 596 | function mousedown(event) { |
| 597 | activeElement = event.target; |
| 598 | } |
| 599 | /*********************************************** |
| 600 | * OVERFLOW |
| 601 | ***********************************************/ |
nothing calls this directly
no test coverage detected