()
| 2675 | }, 2 * DBLCLICKDELAY); |
| 2676 | |
| 2677 | function done() { |
| 2678 | if (hasBeenCalled) { |
| 2679 | clearTimeout(to); |
| 2680 | resolve(); |
| 2681 | } |
| 2682 | } |
| 2683 | |
| 2684 | gd.once(evtName, function (d) { |
| 2685 | hasBeenCalled = true; |
no outgoing calls
no test coverage detected
searching dependent graphs…