MCPcopy
hub / github.com/autoNumeric/autoNumeric / _createLocalList

Method _createLocalList

src/AutoNumeric.js:3688–3691  ·  view source on GitHub ↗

* Create a `Map` that will store all the autoNumeric elements that are initialized from this current element. * @private

()

Source from the content-addressed store, hash-verified

3686 * @private
3687 */
3688 _createLocalList() {
3689 this.autoNumericLocalList = new Map();
3690 this._addToLocalList(this.domElement);
3691 }
3692
3693 /**
3694 * In some rare cases, you could want to delete the local list generated during the element initialization (in order to use another one instead for instance).

Callers 1

constructorMethod · 0.95

Calls 1

_addToLocalListMethod · 0.95

Tested by

no test coverage detected