mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Fix typo in function call
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user