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

Method initClass

app/models/ThangType.js:949–951  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

947
948class PrerenderedSpriteSheets extends CocoCollection {
949 static initClass () {
950 this.prototype.model = PrerenderedSpriteSheet
951 }
952}
953PrerenderedSpriteSheets.initClass()
954

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected