(s)
| 663 | return value == null ? name.local ? attrNullNS : attrNull : typeof value === "function" ? name.local ? attrFunctionNS : attrFunction : name.local ? attrConstantNS : attrConstant; |
| 664 | } |
| 665 | function d3_collapse(s) { |
| 666 | return s.trim().replace(/\s+/g, " "); |
| 667 | } |
| 668 | d3.requote = function(s) { |
| 669 | return s.replace(d3_requote_re, "\\$&"); |
| 670 | }; |
no outgoing calls
no test coverage detected