mirror of
https://github.com/atom/atom.git
synced 2026-02-14 16:45:14 -05:00
Provide a default param for RootView@content when not deserializing
This commit is contained in:
committed by
probablycorey
parent
80e736d4ee
commit
517c5022d3
@@ -20,7 +20,7 @@ class RootView extends View
|
||||
ignoredNames: [".git", ".svn", ".DS_Store"]
|
||||
disabledPackages: []
|
||||
|
||||
@content: ({panes}) ->
|
||||
@content: ({panes}={}) ->
|
||||
@div id: 'root-view', =>
|
||||
@div id: 'horizontal', outlet: 'horizontal', =>
|
||||
@div id: 'vertical', outlet: 'vertical', =>
|
||||
|
||||
Reference in New Issue
Block a user