Terminate in beforeRemove() instead of afterRemove()

This commit is contained in:
Kevin Sawicki
2013-06-14 16:31:19 -07:00
committed by probablycorey
parent 2826d50cbb
commit 2ae494999c

View File

@@ -239,7 +239,7 @@ class FuzzyFinderView extends SelectList
@setArray(_.uniq(@paths))
afterRemove: ->
beforeRemove: ->
@loadPathsTask?.terminate()
attach: ->