()
| 1662 | |
| 1663 | // Capture animation state |
| 1664 | function capture() { |
| 1665 | dragOverEvent('dragOverAnimationCapture'); |
| 1666 | _this.captureAnimationState(); |
| 1667 | if (_this !== fromSortable) { |
| 1668 | fromSortable.captureAnimationState(); |
| 1669 | } |
| 1670 | } |
| 1671 | |
| 1672 | // Return invocation when dragEl is inserted (or completed) |
| 1673 | function completed(insertion) { |
no test coverage detected
searching dependent graphs…