Set document.title to the project path even if there are no editors open + 💄

This commit is contained in:
Nathan Sobo
2012-04-13 15:14:18 -06:00
parent 6c5b2a47ec
commit 9819030b7d
2 changed files with 15 additions and 12 deletions

View File

@@ -42,6 +42,8 @@ class RootView extends View
else if not panesViewState?
@activeEditor().setBuffer(new Buffer)
@setTitle(@project?.path)
@deserializePanes(panesViewState) if panesViewState
serialize: ->