Skip to content

Commit

Permalink
renamed Event
Browse files Browse the repository at this point in the history
Signed-off-by: Jonah Iden <[email protected]>
  • Loading branch information
jonah-iden committed Jun 16, 2023
1 parent 63a69f8 commit 7a80e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notebook/src/browser/service/notebook-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class NotebookService implements Disposable {
protected readonly notebookModels = new Map<string, NotebookModel>();

private readonly didAddViewTypeEmitter = new Emitter<string>();
readonly onAddViewType = this.didAddViewTypeEmitter.event;
readonly onDidAddViewType = this.didAddViewTypeEmitter.event;

private readonly didRemoveViewTypeEmitter = new Emitter<string>();
readonly onDidRemoveViewType = this.didRemoveViewTypeEmitter.event;
Expand Down

0 comments on commit 7a80e6b

Please sign in to comment.