mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove @path var from project
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user