MCPcopy Index your code
hub / github.com/plotly/plotly.js / dropNone

Function dropNone

src/components/drawing/index.js:58–60  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

56};
57
58function dropNone(a) {
59 return a === 'none' ? undefined : a;
60}
61
62var textcase2transformOptions = {
63 normal: 'none',

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…