()
| 9341 | } |
| 9342 | |
| 9343 | clearSigns() { |
| 9344 | this.signList.forEach(sign => { |
| 9345 | if (sign.parentNode) sign.parentNode.removeChild(sign); |
| 9346 | }); |
| 9347 | this.signList = []; |
| 9348 | } |
| 9349 | |
| 9350 | start() { |
| 9351 | this.init(); |
no outgoing calls
no test coverage detected