(line)
| 17098 | return this.setAtom(0, cue) |
| 17099 | } |
| 17100 | setLine(line) { |
| 17101 | if (line === this.getLine()) return this |
| 17102 | // todo: clear parent TMTimes |
| 17103 | this.parent._clearCueIndex() |
| 17104 | this._setLine(line) |
| 17105 | this._updateLineModifiedTimeAndTriggerEvent() |
| 17106 | return this |
| 17107 | } |
| 17108 | duplicate() { |
| 17109 | return this.parent._insertBlock(this.toString(), this.index + 1) |
| 17110 | } |
no test coverage detected