* Reformat the given AutoNumeric element, and update the `hoveredWithAlt` variable. * * @param {AutoNumeric} anElement * @private
(anElement)
| 3538 | * @private |
| 3539 | */ |
| 3540 | static _reformatAltHovered(anElement) { |
| 3541 | anElement.hoveredWithAlt = false; |
| 3542 | anElement.reformat(); |
| 3543 | } |
| 3544 | |
| 3545 | /** |
| 3546 | * Return an array of autoNumeric elements, child of the <form> element passed as a parameter. |
no test coverage detected