(attr, dflt)
| 30 | var i, j, k; |
| 31 | |
| 32 | function coerce(attr, dflt) { |
| 33 | return Lib.coerce(traceOut._input, traceOut, traceOut._module.attributes, attr, dflt); |
| 34 | } |
| 35 | |
| 36 | function orientation2binDir(traceOut) { |
| 37 | return traceOut.orientation === 'v' ? 'x' : 'y'; |
no outgoing calls
no test coverage detected
searching dependent graphs…