()
| 1047 | |
| 1048 | // Capture animation state |
| 1049 | function capture() { |
| 1050 | dragOverEvent('dragOverAnimationCapture'); |
| 1051 | |
| 1052 | _this.captureAnimationState(); |
| 1053 | if (_this !== fromSortable) { |
| 1054 | fromSortable.captureAnimationState(); |
| 1055 | } |
| 1056 | } |
| 1057 | |
| 1058 | // Return invocation when dragEl is inserted (or completed) |
| 1059 | function completed(insertion) { |
no test coverage detected
searching dependent graphs…