(s)
| 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]; |
no outgoing calls
no test coverage detected
searching dependent graphs…