(subplot, directions)
| 314 | afterEach(destroyGraphDiv); |
| 315 | |
| 316 | function getDragger(subplot, directions) { |
| 317 | return document.querySelector('.' + directions + 'drag[data-subplot="' + subplot + '"]'); |
| 318 | } |
| 319 | |
| 320 | function doDrag(subplot, directions, dx, dy, nsteps) { |
| 321 | return function() { |
no outgoing calls
no test coverage detected
searching dependent graphs…