MCPcopy Create free account
hub / github.com/TruthHun/BookStack / getStyleProp

Function getStyleProp

static/nprogress/nprogress.js:390–393  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

388 }
389
390 function getStyleProp(name) {
391 name = camelCase(name);
392 return cssProps[name] || (cssProps[name] = getVendorProp(name));
393 }
394
395 function applyCss(element, prop, value) {
396 prop = getStyleProp(prop);

Callers 1

applyCssFunction · 0.85

Calls 2

camelCaseFunction · 0.85
getVendorPropFunction · 0.85

Tested by

no test coverage detected