Merge pull request #10803 from atom/ld-bug-10783

Fix typo in function call
This commit is contained in:
Lee Dohm
2016-02-12 21:15:06 -08:00

View File

@@ -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