(...args)
| 38 | }, |
| 39 | |
| 40 | init(...args) { |
| 41 | this._super(args); |
| 42 | |
| 43 | this.toggleTransferCompletedClass = this.toggleTransferCompletedClass.bind( |
| 44 | this, |
| 45 | ); |
| 46 | }, |
| 47 | |
| 48 | didInsertElement(...args) { |
| 49 | this._super(args); |
nothing calls this directly
no outgoing calls
no test coverage detected