This commit is contained in:
probablycorey
2014-02-18 15:32:32 -08:00
committed by Corey Johnson & Nathan Sobo
parent 245ad7a356
commit 98a25ca5e3

View File

@@ -233,10 +233,6 @@ class WorkspaceView extends View
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
@@ -291,10 +287,14 @@ class WorkspaceView extends View
beforeRemove: ->
@model.destroy()
# Deprecated:
# Deprecated
eachPane: (callback) ->
@eachPaneView(callback)
# Deprecated:
# Deprecated
getPanes: ->
@getPaneViews()
# Deprecated
getActivePane: ->
@getActivePaneView()