Skip to content

Commit 4677664

Browse files
committed
Fix vars initialization
1 parent ad5e828 commit 4677664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/minimap-bookmarks.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[MinimapBookmarksBinding, CompositeDisposable, requirePackages] = null
1+
[MinimapBookmarksBinding, CompositeDisposable, requirePackages] = []
22

33
module.exports =
44
active: false

0 commit comments

Comments
 (0)