(...args)
| 54 | }, |
| 55 | |
| 56 | willDestroyElement(...args) { |
| 57 | this._super(args); |
| 58 | const { peer } = this; |
| 59 | |
| 60 | peer.off('didReceiveFile', this.toggleTransferCompletedClass); |
| 61 | peer.off('didSendFile', this.toggleTransferCompletedClass); |
| 62 | }, |
| 63 | |
| 64 | // Delegate click to hidden file field in peer template |
| 65 | click() { |
nothing calls this directly
no outgoing calls
no test coverage detected