* Unformat the given AutoNumeric element, and update the `hoveredWithAlt` variable. * * @param {AutoNumeric} anElement * @private
(anElement)
| 3527 | * @private |
| 3528 | */ |
| 3529 | static _unformatAltHovered(anElement) { |
| 3530 | anElement.hoveredWithAlt = true; |
| 3531 | anElement.unformat(); |
| 3532 | } |
| 3533 | |
| 3534 | /** |
| 3535 | * Reformat the given AutoNumeric element, and update the `hoveredWithAlt` variable. |
no test coverage detected