From 22af597c429e9d718a1147a8436695856068636c Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 2 Apr 2013 16:50:53 -0700 Subject: [PATCH] :lipstick: --- src/packages/command-panel/lib/command-panel-view.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/packages/command-panel/lib/command-panel-view.coffee b/src/packages/command-panel/lib/command-panel-view.coffee index 487af1730..13d773e41 100644 --- a/src/packages/command-panel/lib/command-panel-view.coffee +++ b/src/packages/command-panel/lib/command-panel-view.coffee @@ -92,8 +92,8 @@ class CommandPanelView extends View @miniEditor.focus() onExpandAll: (event) => - @previewList.expandAllPaths() - @previewList.focus() + @previewList.expandAllPaths() + @previewList.focus() onCollapseAll: (event) => @previewList.collapseAllPaths()