mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
💄
This commit is contained in:
committed by
Corey Johnson & Nathan Sobo
parent
245ad7a356
commit
98a25ca5e3
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user