()
| 1705 | } |
| 1706 | |
| 1707 | function cleanup() { |
| 1708 | Model.rectifyAllChanges(function(err) { |
| 1709 | if (err) { |
| 1710 | Model.handleChangeError(err, 'cleanup'); |
| 1711 | } |
| 1712 | }); |
| 1713 | } |
| 1714 | }; |
| 1715 | |
| 1716 | function rectifyOnSave(ctx, next) { |
no outgoing calls
no test coverage detected
searching dependent graphs…