Remove @path var from project

This commit is contained in:
Corey Johnson
2012-05-08 11:00:27 -07:00
parent 545671a641
commit cb45675f14
7 changed files with 21 additions and 25 deletions

View File

@@ -33,7 +33,7 @@ class FileFinder extends View
if @hasParent()
@detach()
else
@attach() if @rootView.project.path?
@attach() if @rootView.project.getPath()?
attach: ->
@rootView.project.getFilePaths().done (@paths) => @populatePathList()