()
| 11 | module.exports = (ItemView = (function () { |
| 12 | ItemView = class ItemView extends CocoView { |
| 13 | static initClass () { |
| 14 | this.prototype.className = 'item-view' |
| 15 | |
| 16 | this.prototype.template = template |
| 17 | } |
| 18 | |
| 19 | initialize (options) { |
| 20 | super.initialize(...arguments) |