Fix warnings

This commit is contained in:
Peng Lyu
2019-03-06 14:39:04 -08:00
parent ce1cb8a9fc
commit ba0f67f828
2 changed files with 2 additions and 6 deletions

View File

@@ -151,13 +151,11 @@ export class MainThreadCommentThread implements modes.CommentThread2 {
set collapsibleState(newState: modes.CommentThreadCollapsibleState) {
this._collapsibleState = newState;
this._onDidChangeCollasibleState.fire(this._collapsibleState);
}
private _onDidChangeCollasibleState = new Emitter<modes.CommentThreadCollapsibleState>();
public onDidChangeCollasibleState = this._onDidChangeCollasibleState.event;
constructor(
public commentThreadHandle: number,
public controller: MainThreadCommentController,
@@ -172,9 +170,7 @@ export class MainThreadCommentThread implements modes.CommentThread2 {
}
dispose() {
}
dispose() { }
toJSON(): any {
return {