MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / _removeCssProperties

Function _removeCssProperties

www/js/_hyperscript-max.js:7572–7574  ·  view source on GitHub ↗
(elt, propNames)

Source from the content-addressed store, hash-verified

7570 }).filter(Boolean);
7571 }
7572 function _removeCssProperties(elt, propNames) {
7573 for (var i = 0; i < propNames.length; i++) elt.style.removeProperty(propNames[i]);
7574 }
7575 var VisibilityCommand = class extends Command {
7576 static parseShowHideTarget(parser) {
7577 var currentTokenValue = parser.currentToken();

Callers 2

resolveMethod · 0.70
resolveMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected