()
| 175 | } |
| 176 | } |
| 177 | clearEJSResetTimer() { |
| 178 | if (this.EJS.resetTimeout) { |
| 179 | clearTimeout(this.EJS.resetTimeout); |
| 180 | delete this.EJS.resetTimeout; |
| 181 | } |
| 182 | } |
| 183 | restart() { |
| 184 | this.clearEJSResetTimer(); |
| 185 | this.functions.restart(); |
no outgoing calls
no test coverage detected