This commit is contained in:
Corey Johnson & Nathan Sobo
2012-01-05 13:10:00 -08:00
parent 8446b6c751
commit 12cf511a40

View File

@@ -43,5 +43,5 @@ class RootView extends Template
@fileFinder = FileFinder.build
urls: relativePaths
selected: (relativePath) => @editor.setBuffer(@project.open(relativePath))
@addPane(@fileFinder)
@addPane @fileFinder
@fileFinder.input.focus()