Project drawer state is restored upon refresh

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-05-02 16:08:02 -07:00
parent 5864fa5145
commit bb689574d0
3 changed files with 52 additions and 8 deletions

View File

@@ -19,7 +19,6 @@ afterEach ->
document.title = defaultTitle
ensureNoDirectorySubscriptions()
window.keymap.bindKeys '*', 'meta-w': 'close'
$(document).on 'close', -> window.close()