| 15 | |
| 16 | module.exports = (CLAView = (function () { |
| 17 | CLAView = class CLAView extends RootView { |
| 18 | constructor (...args) { |
| 19 | super(...args) |
| 20 | this.onAgreeSucceeded = this.onAgreeSucceeded.bind(this) |
nothing calls this directly
no outgoing calls
no test coverage detected