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

Method initClass

app/models/CocoModel.js:482–484  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

480
481 class NewAchievementCollection extends CocoCollection {
482 static initClass () {
483 this.prototype.model = EarnedAchievement
484 }
485
486 initialize (me) {
487 if (me == null) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected