()
| 13 | module.exports = (IdentifyView = (function () { |
| 14 | IdentifyView = class IdentifyView extends RootView { |
| 15 | static initClass () { |
| 16 | this.prototype.id = 'identify-view' |
| 17 | this.prototype.template = template |
| 18 | } |
| 19 | |
| 20 | getRenderData () { |
| 21 | const context = super.getRenderData() |