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

Function applyCss

static/nprogress/nprogress.js:395–398  ·  view source on GitHub ↗
(element, prop, value)

Source from the content-addressed store, hash-verified

393 }
394
395 function applyCss(element, prop, value) {
396 prop = getStyleProp(prop);
397 element.style[prop] = value;
398 }
399
400 return function(element, properties) {
401 var args = arguments,

Callers 1

nprogress.jsFile · 0.85

Calls 1

getStylePropFunction · 0.85

Tested by

no test coverage detected