()
| 111 | } |
| 112 | |
| 113 | isFullyLoaded () { |
| 114 | // TODO: Come up with a better way to identify when the model doesn't have everything needed to build the sprite. ie when it's a projection without all the required data. |
| 115 | return this.get('actions') || this.get('raster') // needs one of these two things |
| 116 | } |
| 117 | |
| 118 | loadRasterImage () { |
| 119 | let raster |
no test coverage detected