mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Restore PaneView::getContainer. Turns out it's actually public.
This commit is contained in:
@@ -195,6 +195,10 @@ class PaneView extends View
|
||||
|
||||
splitDown: (items...) -> @model.splitDown({items})._view
|
||||
|
||||
# Public:
|
||||
getContainer: ->
|
||||
@closest('.panes').view()
|
||||
|
||||
beforeRemove: ->
|
||||
@model.destroy() unless @model.isDestroyed()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user