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

Function _removeCssProperties

www/js/_hyperscript.js:7573–7575  ·  view source on GitHub ↗
(elt, propNames)

Source from the content-addressed store, hash-verified

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

Callers 2

resolveMethod · 0.70
resolveMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected