From 57ea5c0fc400cb81c22c1c2b2e8acf57eb36157e Mon Sep 17 00:00:00 2001 From: Lee Dohm Date: Fri, 12 Feb 2016 18:54:12 -0800 Subject: [PATCH] Fix typo in function call --- src/pane.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pane.coffee b/src/pane.coffee index 0a5cca4c3..6c3612e5e 100644 --- a/src/pane.coffee +++ b/src/pane.coffee @@ -713,7 +713,7 @@ class Pane extends Model if @parent.orientation is 'vertical' bottommostSibling = last(@parent.children) if bottommostSibling instanceof PaneAxis - @splitRight() + @splitDown() else bottommostSibling else