()
| 905 | |
| 906 | class 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') |
nothing calls this directly
no outgoing calls
no test coverage detected