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

Function _removeCssProperties

tools/common/_hyperscript.iife.js:7167–7169  ·  view source on GitHub ↗
(elt, propNames)

Source from the content-addressed store, hash-verified

7165 }).filter(Boolean);
7166 }
7167 function _removeCssProperties(elt, propNames) {
7168 for (var i = 0; i < propNames.length; i++) elt.style.removeProperty(propNames[i]);
7169 }
7170 var VisibilityCommand = class extends Command {
7171 static parseShowHideTarget(parser) {
7172 var currentTokenValue = parser.currentToken();

Callers 2

resolveMethod · 0.70
resolveMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected