Remove duplicate nulling out of view

This commit is contained in:
Kevin Sawicki
2013-02-13 12:51:30 -08:00
parent b09ee88603
commit de86aefcf7

View File

@@ -27,7 +27,6 @@ module.exports =
@fuzzyFinderView?.cancel()
@fuzzyFinderView = null
@projectPaths = null
@fuzzyFinderView = null
serialize: ->
@fuzzyFinderView?.getOpenedPaths()