(attr, dflt)
| 18 | |
| 19 | module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout) { |
| 20 | function coerce(attr, dflt) { |
| 21 | return Lib.coerce(traceIn, traceOut, attributes, attr, dflt); |
| 22 | } |
| 23 | |
| 24 | var locations = coerce('locations'); |
| 25 | var len; |
no outgoing calls
no test coverage detected
searching dependent graphs…