(options)
| 32 | } |
| 33 | |
| 34 | initialize (options) { |
| 35 | super.initialize(options) |
| 36 | this.history = this.getRedirect() |
| 37 | if (this.history) { |
| 38 | return setTimeout(this.goRedirect, 5000) |
| 39 | } |
| 40 | } |
| 41 | |
| 42 | goRedirect (value) { |
| 43 | const redirectURL = utils.getQueryVariable('redirect') |
nothing calls this directly
no test coverage detected