Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 3a58a66

Browse files
WliuWliu
authored andcommitted
🎨
1 parent 1685530 commit 3a58a66

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

lib/main.coffee

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@ isMarkdownPreviewView = (object) ->
99
object instanceof MarkdownPreviewView
1010

1111
module.exports =
12-
destroyedItems: new Set()
13-
lastActiveEditor: null
14-
lastRemovedPreview: null
15-
1612
activate: ->
1713
@disposables = new CompositeDisposable()
1814
@commandSubscriptions = new CompositeDisposable()
15+
@destroyedItems = new Set()
1916

2017
@disposables.add atom.config.observe 'markdown-preview.grammars', (grammars) =>
2118
@commandSubscriptions.dispose()

0 commit comments

Comments
 (0)