()
| 555 | |
| 556 | describe('select+doubleclick+pan scenarios:', function() { |
| 557 | function init() { |
| 558 | var scene = grabScene(); |
| 559 | spyOn(scene.scatter2d, 'update').and.callThrough(); |
| 560 | spyOn(scene.scatter2d, 'draw').and.callThrough(); |
| 561 | } |
| 562 | |
| 563 | function _assert(msg, exp) { |
| 564 | var scene = grabScene(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…