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

Method _createFormHandlerList

src/AutoNumeric.js:1402–1404  ·  view source on GitHub ↗

* Create the global form handler list on the `window` object. * * @private

()

Source from the content-addressed store, hash-verified

1400 * @private
1401 */
1402 static _createFormHandlerList() {
1403 window.aNFormHandlerMap = new Map(); // I would have used a `WeakMap` here, but that does not allow using non-object for keys
1404 }
1405
1406 /**
1407 * Return `true` if the given form element, or if none are passed, the current `this.parentForm` one has a form handler name.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected