Load user's .atom config after root view is attached

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-04-20 11:47:55 -07:00
parent 9a15f7a02f
commit caaa517b8b

View File

@@ -21,8 +21,8 @@ windowAdditions =
$(document).on 'keydown', @_handleKeyEvent
startup: (path) ->
@loadUserConfiguration()
@attachRootView(path)
@loadUserConfiguration()
$(window).on 'close', => @close()
$(window).on 'beforeunload', =>
@shutdown()