MCPcopy Create free account
hub / github.com/breck7/scroll / styleValue

Function styleValue

external/.d3.js:2166–2169  ·  view source on GitHub ↗
(node, name)

Source from the content-addressed store, hash-verified

2164}
2165
2166function styleValue(node, name) {
2167 return node.style.getPropertyValue(name)
2168 || defaultView(node).getComputedStyle(node, null).getPropertyValue(name);
2169}
2170
2171function propertyRemove(name) {
2172 return function() {

Callers 4

selection_styleFunction · 0.85
styleNullFunction · 0.85
styleConstantFunction · 0.85
styleFunctionFunction · 0.85

Calls 1

defaultViewFunction · 0.85

Tested by

no test coverage detected