* 触发高亮删除事件
(filePath: string, text: string, sourceId: string)
| 27 | * 触发高亮删除事件 |
| 28 | */ |
| 29 | public emitHighlightDelete(filePath: string, text: string, sourceId: string) { |
| 30 | this.events.trigger('highlight:delete', filePath, text, sourceId); |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * 触发评论更新事件 |
no outgoing calls
no test coverage detected