()
| 58 | } |
| 59 | |
| 60 | resetParagraph() { |
| 61 | this.paragraphLineIndent = -1; |
| 62 | |
| 63 | this.paragraph = { |
| 64 | li: '', |
| 65 | inLicenseBlock: this.blockIsLicenseBlock, |
| 66 | lines: [], |
| 67 | }; |
| 68 | } |
| 69 | |
| 70 | resetBlock(isLicenseBlock) { |
| 71 | this.blockIsLicenseBlock = isLicenseBlock; |
no outgoing calls
no test coverage detected