MCPcopy Index your code
hub / github.com/autoNumeric/autoNumeric / _reformatAltHovered

Method _reformatAltHovered

src/AutoNumeric.js:3540–3543  ·  view source on GitHub ↗

* Reformat the given AutoNumeric element, and update the `hoveredWithAlt` variable. * * @param {AutoNumeric} anElement * @private

(anElement)

Source from the content-addressed store, hash-verified

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.

Callers 4

_onKeyupMethod · 0.80
_onKeyupGlobalMethod · 0.80

Calls 1

reformatMethod · 0.80

Tested by

no test coverage detected