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

Function styleRemove

external/.d3.js:4761–4765  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

4759}
4760
4761function styleRemove(name) {
4762 return function() {
4763 this.style.removeProperty(name);
4764 };
4765}
4766
4767function styleConstant(name, interpolate, value1) {
4768 var string00,

Callers 2

styleMaybeRemoveFunction · 0.85
transition_styleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected