(numClicks)
| 319 | } |
| 320 | |
| 321 | function clickGroupController(numClicks) { |
| 322 | if(numClicks === 2) { |
| 323 | eraseActiveSelection(gd); |
| 324 | } |
| 325 | } |
| 326 | |
| 327 | function addGroupControllers() { |
| 328 | groupDragOptions = []; |
nothing calls this directly
no test coverage detected
searching dependent graphs…