* Returns string representation of comment * @returns {string}
()
| 495 | * @returns {string} |
| 496 | */ |
| 497 | public toString():string { |
| 498 | return ['[', this.stime, '|', this.ttl, '/', this.dur, ']', '(', this.mode, ')', this.text].join(''); |
| 499 | } |
| 500 | } |
| 501 | |
| 502 | class ScrollComment extends CoreComment { |
no outgoing calls
no test coverage detected