Revert WorkspaceView::getActivePane. It needs to return a PaneView.

This commit is contained in:
Nathan Sobo 2014-01-14 11:02:36 -07:00
parent af4034ba39
commit a1d540d288

View File

@ -207,7 +207,7 @@ class WorkspaceView extends View
# Public: Returns the currently focused {PaneView}.
getActivePane: ->
@model.activePane
@panes.getActivePane()
# Public: Returns the currently focused item from within the focused {PaneView}
getActivePaneItem: ->