Replace getActivePane with getActivePaneView

This commit is contained in:
probablycorey
2014-02-04 15:26:02 -08:00
parent 36427dae9f
commit 6b88ce8d19

View File

@@ -225,9 +225,13 @@ class WorkspaceView extends View
@horizontal.append(element)
# Public: Returns the currently focused {PaneView}.
getActivePane: ->
getActivePaneView: ->
@panes.getActivePane()
# Deprecated: Returns the currently focused {PaneView}.
getActivePane: ->
@getActivePaneView()
# Public: Returns the currently focused item from within the focused {PaneView}
getActivePaneItem: ->
@model.activePaneItem