MCPcopy
hub / github.com/autoNumeric/autoNumeric / _removeFromGlobalList

Method _removeFromGlobalList

src/AutoNumeric.js:3647–3651  ·  view source on GitHub ↗

* Remove the given object from the global AutoNumeric element list. * * @param {AutoNumeric} autoNumericObject * @private

(autoNumericObject)

Source from the content-addressed store, hash-verified

3645 * @private
3646 */
3647 static _removeFromGlobalList(autoNumericObject) { //FIXME test this
3648 if (this._doesGlobalListExists()) {
3649 window[this.autoNumericGlobalListName].delete(autoNumericObject.node());
3650 }
3651 }
3652
3653 /**
3654 * Return the value associated to the key `domElement` passed as a parameter.

Callers 1

removeMethod · 0.80

Calls 2

_doesGlobalListExistsMethod · 0.95
nodeMethod · 0.80

Tested by

no test coverage detected