| 803 | }) |
| 804 | |
| 805 | module.exports.IDReferenceNode = (IDReferenceNode = class IDReferenceNode extends LatestVersionReferenceNode { |
| 806 | // Just for saving the _id |
| 807 | saveChanges () { |
| 808 | const selected = this.getSelectedResultEl() |
nothing calls this directly
no outgoing calls
no test coverage detected