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

Method initClass

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

Source from the content-addressed store, hash-verified

905
906class PrerenderedSpriteSheet extends CocoModel {
907 static initClass () {
908 this.className = 'PrerenderedSpriteSheet'
909
910 this.prototype.needToLoad = false
911 this.prototype.loadedImage = false
912 this.prototype.loadingImage = false
913 }
914
915 loadImage () {
916 const imageURL = this.get('image')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected