Fix typo in function call

This commit is contained in:
Lee Dohm
2016-02-12 18:54:12 -08:00
parent 0b13cb00e1
commit 57ea5c0fc4

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