(...args)
| 21 | module.exports = (CodeLogsView = (function () { |
| 22 | CodeLogsView = class CodeLogsView extends RootView { |
| 23 | constructor (...args) { |
| 24 | super(...args) |
| 25 | this.onBlurTooltip = this.onBlurTooltip.bind(this) |
| 26 | } |
| 27 | |
| 28 | static initClass () { |
| 29 | this.prototype.template = template |
nothing calls this directly
no outgoing calls
no test coverage detected