()
| 20 | } |
| 21 | |
| 22 | initialize () { |
| 23 | this.products = new Products() |
| 24 | return this.supermodel.loadCollection(this.products, 'products') |
| 25 | } |
| 26 | } |
| 27 | LegalView.initClass() |
| 28 | return LegalView |
nothing calls this directly
no outgoing calls
no test coverage detected