Merge remote-tracking branch 'origin/master' into cj-dev-mode-status

This commit is contained in:
probablycorey
2013-09-26 14:19:35 -07:00
4 changed files with 9 additions and 7 deletions

View File

@@ -128,7 +128,8 @@ class RootView extends View
@command 'pane:reopen-closed-item', =>
@panes.reopenItem()
_.nextTick => atom.setFullScreen(@state.get('fullScreen'))
if @state.get('fullScreen')
_.nextTick => atom.setFullScreen(true)
# Private:
serialize: ->