()
| 1258 | var gd = createGraphDiv(); |
| 1259 | |
| 1260 | function resetAndSelect() { |
| 1261 | resetEvents(gd); |
| 1262 | drag(selectPath); |
| 1263 | return selectedPromise; |
| 1264 | } |
| 1265 | |
| 1266 | function resetAndLasso() { |
| 1267 | resetEvents(gd); |
nothing calls this directly
no test coverage detected
searching dependent graphs…