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