(options)
| 17 | } |
| 18 | |
| 19 | initialize (options) { |
| 20 | super.initialize(...arguments) |
| 21 | this.item = options.item |
| 22 | this.includes = options.includes || {} |
| 23 | } |
| 24 | |
| 25 | getRenderData () { |
| 26 | const c = super.getRenderData() |
nothing calls this directly
no outgoing calls
no test coverage detected