mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Don't activate TreeView extension in window. It was breaking specs.
This commit is contained in:
@@ -23,7 +23,6 @@ windowAdditions =
|
||||
startup: (path) ->
|
||||
@attachRootView(path)
|
||||
@loadUserConfiguration()
|
||||
rootView.activateExtension(require 'tree-view')
|
||||
$(window).on 'close', => @close()
|
||||
$(window).on 'beforeunload', =>
|
||||
@shutdown()
|
||||
|
||||
Reference in New Issue
Block a user