MCPcopy Create free account
hub / github.com/codecombat/codecombat / initialize

Method initialize

app/views/LegalView.js:22–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected