* Create a WeakMap with the given name. * * @param {string} weakMapName * @private
(weakMapName)
| 3582 | * @private |
| 3583 | */ |
| 3584 | static _createWeakMap(weakMapName) { |
| 3585 | window[weakMapName] = new WeakMap(); |
| 3586 | } |
| 3587 | |
| 3588 | /** |
| 3589 | * Create a list of all the AutoNumeric elements that are initialized on the current page. |