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

Function trim

test/jasmine/tests/treemap_test.js:1524–1526  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

1522 }
1523
1524 function trim(s) {
1525 return s.replace(/\s/g, '');
1526 }
1527
1528 function _assert(msg, attrName, id, exp, tolerance) {
1529 var lookup = { d: pathTweenFnLookup, transform: textTweenFnLookup }[attrName];

Callers 1

_assertFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…