MCPcopy
hub / github.com/autoNumeric/autoNumeric / _removeCSSClass

Method _removeCSSClass

src/AutoNumeric.js:1964–1966  ·  view source on GitHub ↗

* Remove the given CSS class from the DOM element. * * @param {string} cssClassName * @private

(cssClassName)

Source from the content-addressed store, hash-verified

1962 * @private
1963 */
1964 _removeCSSClass(cssClassName) {
1965 this.domElement.classList.remove(cssClassName);
1966 }
1967
1968 // Those are the public function available on each autoNumeric-managed element
1969

Callers 2

_parseStyleRulesMethod · 0.95
_setValidStateMethod · 0.95

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected