()
| 47 | getStyle () { return Achievement.styleMapping[this.get('difficulty', true)] } |
| 48 | |
| 49 | getImageURL () { |
| 50 | if (this.get('icon')) { return '/file/' + this.get('icon') } else { return Achievement.defaultImageURL } |
| 51 | } |
| 52 | |
| 53 | hasImage () { return (this.get('icon') != null) } |
| 54 |
no test coverage detected