📝 doc PaneView::getContainer

This commit is contained in:
Kevin Sawicki
2014-02-04 11:48:25 -08:00
parent 0a62277cfa
commit a03aad6f5e

View File

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