()
| 36 | var gd = dragOptions.gd; |
| 37 | |
| 38 | function redraw() { |
| 39 | // recursive call |
| 40 | displayOutlines(polygons, outlines, dragOptions, nCalls++); |
| 41 | |
| 42 | if(pointsOnEllipse(polygons[0]) || dragOptions.hasText) { |
| 43 | update({redrawing: true}); |
| 44 | } |
| 45 | } |
| 46 | |
| 47 | function update(opts) { |
| 48 | var updateObject = {}; |
no test coverage detected
searching dependent graphs…