mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
📝 doc PaneView::getContainer
This commit is contained in:
@@ -195,7 +195,9 @@ class PaneView extends View
|
||||
|
||||
splitDown: (items...) -> @model.splitDown({items})._view
|
||||
|
||||
# Public:
|
||||
# Public: Get the container view housing this pane.
|
||||
#
|
||||
# Returns a {View}.
|
||||
getContainer: ->
|
||||
@closest('.panes').view()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user