()
| 749 | } |
| 750 | |
| 751 | function dragDone() { |
| 752 | Registry.call('_guiRelayout', gd, makeUpdate(mins)); |
| 753 | } |
| 754 | |
| 755 | // finally, set up hover and click |
| 756 | // these event handlers must already be set before dragElement.init |
nothing calls this directly
no test coverage detected
searching dependent graphs…