()
| 18 | module.exports = (AchievementPopup = (function () { |
| 19 | AchievementPopup = class AchievementPopup extends CocoView { |
| 20 | static initClass () { |
| 21 | this.prototype.className = 'achievement-popup' |
| 22 | this.prototype.template = template |
| 23 | } |
| 24 | |
| 25 | constructor (options) { |
| 26 | super(options) |