Don't activate TreeView extension in window. It was breaking specs.

This commit is contained in:
Nathan Sobo
2012-05-07 19:46:43 -06:00
parent 648649d472
commit af2263f49b

View File

@@ -23,7 +23,6 @@ windowAdditions =
startup: (path) ->
@attachRootView(path)
@loadUserConfiguration()
rootView.activateExtension(require 'tree-view')
$(window).on 'close', => @close()
$(window).on 'beforeunload', =>
@shutdown()