From 517c5022d3b40568864ca264728ed058bd54a87a Mon Sep 17 00:00:00 2001 From: Kevin Sawicki & Nathan Sobo Date: Thu, 21 Feb 2013 16:26:31 -0700 Subject: [PATCH] Provide a default param for RootView@content when not deserializing --- src/app/root-view.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/root-view.coffee b/src/app/root-view.coffee index d1f49294f..fc67bad4b 100644 --- a/src/app/root-view.coffee +++ b/src/app/root-view.coffee @@ -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', =>