(cd, component)
| 250 | }); |
| 251 | |
| 252 | function get(cd, component) { |
| 253 | return cd.map(function(v) { |
| 254 | return v[component]; |
| 255 | }); |
| 256 | } |
| 257 | |
| 258 | it('should fill in missing component (case \'c\')', function() { |
| 259 | trace.a = [0.1, 0.3, 0.6]; |
no outgoing calls
no test coverage detected