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

Function trim

test/jasmine/tests/sunburst_test.js:1238–1240  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

1236 }
1237
1238 function trim(s) {
1239 return s.replace(/\s/g, '');
1240 }
1241
1242 function _assert(msg, attrName, id, exp, tolerance) {
1243 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…