()
| 89 | } |
| 90 | |
| 91 | checkRepeat() { |
| 92 | this.syncRunning = false; |
| 93 | if (this.repeatSync) { |
| 94 | const repeat = this.repeatSync; |
| 95 | this.repeatSync = null; |
| 96 | this.triggerSync(repeat); |
| 97 | } |
| 98 | } |
| 99 | |
| 100 | /** |
| 101 | * @param {Object} options |
no test coverage detected